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