Skip to content

Commit

Permalink
1.2.11-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
aphelionz committed Aug 30, 2017
1 parent 7836440 commit b3ec97e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hs_restclient/__init__.py
Expand Up @@ -5,7 +5,7 @@
"""

__title__ = 'hs_restclient'
__version__ = '1.2.10'
__version__ = '1.2.11-dev'


import os
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -15,7 +15,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.2.10',
version='1.2.11-dev',

description='HydroShare REST API client library',
long_description=long_description,
Expand Down

0 comments on commit b3ec97e

Please sign in to comment.