diff --git a/setup.py b/setup.py index de9039c..c7cc4bc 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from setuptools import find_packages, setup __name__ = 'syncrypt' -__version__ = '0.3.8' +__version__ = '0.3.9' here = path.abspath(path.dirname(__file__)) diff --git a/syncrypt/__init__.py b/syncrypt/__init__.py index 195402d..8c538e5 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.8' +__version__ = '0.3.9' try: __version__ = get_distribution(__project__).version