Skip to content

Commit

Permalink
back to dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
gwik committed Oct 3, 2015
1 parent 697a209 commit 4d0a749
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 @@ -38,7 +38,7 @@


setup(name='geventhttpclient',
version = '1.2.0',
version = '1.2.0dev',
description = 'http client library for gevent',
long_description = DESC,
url="http://github.com/gwik/geventhttpclient",
Expand Down
2 changes: 1 addition & 1 deletion src/geventhttpclient/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# package

__version__ = "1.2.0"
__version__ = "1.2.0dev"

from geventhttpclient.client import HTTPClient
from geventhttpclient.url import URL

0 comments on commit 4d0a749

Please sign in to comment.