diff --git a/setup.py b/setup.py index 3722254..8addc97 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from setuptools import find_packages, setup __name__ = 'syncrypt' -__version__ = '0.3.5' +__version__ = '0.3.6' here = path.abspath(path.dirname(__file__)) diff --git a/syncrypt/__init__.py b/syncrypt/__init__.py index 63793b6..b9381c3 100644 --- a/syncrypt/__init__.py +++ b/syncrypt/__init__.py @@ -1,7 +1,7 @@ from pkg_resources import get_distribution, DistributionNotFound __project__ = 'syncrypt' -__version__ = '0.3.5' +__version__ = '0.3.6' try: __version__ = get_distribution(__project__).version