Skip to content

Commit

Permalink
version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bekozi committed Feb 19, 2014
1 parent 53b0032 commit fc9242e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import tarfile


VERSION = '0.07b-snapshot-05'
VERSION = '0.07.1b'


class UninstallCommand(Command):
Expand Down
2 changes: 1 addition & 1 deletion src/ocgis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__VER__ = '0.07'
__RELEASE__ = '0.07b-snapshot-05'
__RELEASE__ = '0.07.1b'

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

0 comments on commit fc9242e

Please sign in to comment.