Skip to content

Commit 7bee76b

Browse files
committed
changed version numbers
1 parent b71de78 commit 7bee76b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import tempfile
66

77

8-
VERSION = '0.09'
8+
VERSION = '1.0.0'
99

1010

1111
class UninstallCommand(Command):

src/ocgis/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
__VER__ = '0.09'
2-
__RELEASE__ = '0.09'
1+
__VER__ = '1.0.0'
2+
__RELEASE__ = '1.0.0'
33

44
from util.environment import env
55
from api.operations import OcgOperations

0 commit comments

Comments
 (0)