Skip to content

Commit

Permalink
changed version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
bekozi committed Oct 8, 2014
1 parent b71de78 commit 7bee76b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import tempfile


VERSION = '0.09'
VERSION = '1.0.0'


class UninstallCommand(Command):
Expand Down
4 changes: 2 additions & 2 deletions src/ocgis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__VER__ = '0.09'
__RELEASE__ = '0.09'
__VER__ = '1.0.0'
__RELEASE__ = '1.0.0'

from util.environment import env
from api.operations import OcgOperations
Expand Down

0 comments on commit 7bee76b

Please sign in to comment.