diff --git a/setup.py b/setup.py index 008d6cb51..b3fbc0d4e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import tempfile -VERSION = '1.0.0' +VERSION = '1.0.1' class UninstallCommand(Command): diff --git a/src/ocgis/__init__.py b/src/ocgis/__init__.py index 9416ced2e..732860ab1 100644 --- a/src/ocgis/__init__.py +++ b/src/ocgis/__init__.py @@ -1,5 +1,5 @@ -__VER__ = '1.0.0' -__RELEASE__ = '1.0.0' +__VER__ = '1.0.1' +__RELEASE__ = '1.0.1' from util.environment import env from api.operations import OcgOperations