Skip to content

Commit b71de78

Browse files
committed
changed version numbers
1 parent bdb29d4 commit b71de78

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.08b-next'
8+
VERSION = '0.09'
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.08'
2-
__RELEASE__ = '0.08b-next'
1+
__VER__ = '0.09'
2+
__RELEASE__ = '0.09'
33

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

0 commit comments

Comments
 (0)