Skip to content

Commit

Permalink
Increment version to 0.80
Browse files Browse the repository at this point in the history
  • Loading branch information
akkornel committed Jun 11, 2017
1 parent 55acf4d commit 92fd6b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -48,7 +48,7 @@
# Let setup handle the rest

setup(
version = '0.75',
version = '0.80',

name = 'syncrepl-client',
description = 'An easier-to-use LDAP syncrepl client',
Expand Down
2 changes: 1 addition & 1 deletion syncrepl_client/__init__.py
Expand Up @@ -34,7 +34,7 @@

from . import exceptions

__version__ = '0.75'
__version__ = '0.80'

class SyncreplMode(Enum):
"""
Expand Down

0 comments on commit 92fd6b6

Please sign in to comment.