We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71de78 commit 7bee76bCopy full SHA for 7bee76b
setup.py
@@ -5,7 +5,7 @@
5
import tempfile
6
7
8
-VERSION = '0.09'
+VERSION = '1.0.0'
9
10
11
class UninstallCommand(Command):
src/ocgis/__init__.py
@@ -1,5 +1,5 @@
1
-__VER__ = '0.09'
2
-__RELEASE__ = '0.09'
+__VER__ = '1.0.0'
+__RELEASE__ = '1.0.0'
3
4
from util.environment import env
from api.operations import OcgOperations
0 commit comments