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 bdb29d4 commit b71de78Copy full SHA for b71de78
setup.py
@@ -5,7 +5,7 @@
5
import tempfile
6
7
8
-VERSION = '0.08b-next'
+VERSION = '0.09'
9
10
11
class UninstallCommand(Command):
src/ocgis/__init__.py
@@ -1,5 +1,5 @@
1
-__VER__ = '0.08'
2
-__RELEASE__ = '0.08b-next'
+__VER__ = '0.09'
+__RELEASE__ = '0.09'
3
4
from util.environment import env
from api.operations import OcgOperations
0 commit comments