diff --git a/lens/__init__.py b/lens/__init__.py index 84d14f1..1f2a35e 100644 --- a/lens/__init__.py +++ b/lens/__init__.py @@ -1,6 +1,6 @@ _MAJOR_VERSION = '1' _MINOR_VERSION = '0' -_PATCH_VERSION = '0' +_PATCH_VERSION = '1' __version__ = '.'.join([ _MAJOR_VERSION,