Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lordi committed Nov 18, 2016
1 parent d3573e0 commit f99c8b0
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.5'
__version__ = '0.3.6'

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.5'
__version__ = '0.3.6'

try:
__version__ = get_distribution(__project__).version
Expand Down

0 comments on commit f99c8b0

Please sign in to comment.