Skip to content

Commit 85b9724

Browse files
committed
changed version numbers.
1 parent 1f155f7 commit 85b9724

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 = '1.0.0'
8+
VERSION = '1.0.1'
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__ = '1.0.0'
2-
__RELEASE__ = '1.0.0'
1+
__VER__ = '1.0.1'
2+
__RELEASE__ = '1.0.1'
33

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

0 commit comments

Comments
 (0)