Skip to content

Commit

Permalink
Release v0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkdoor committed Nov 30, 2016
1 parent 659bc8a commit c94237b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__))

Expand Down
2 changes: 1 addition & 1 deletion syncrypt/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c94237b

Please sign in to comment.