diff --git a/coolest/__init__.py b/coolest/__init__.py index 7155e4d..c015b36 100644 --- a/coolest/__init__.py +++ b/coolest/__init__.py @@ -6,7 +6,7 @@ """ # Set the package release version -version_info = (0, 0, 1) +version_info = (0, 1, 1) __version__ = '.'.join(str(c) for c in version_info) # Set the package details