Skip to content
Snippets Groups Projects
Commit 4ee2171b authored by Dan Michael O. Heggø's avatar Dan Michael O. Heggø
Browse files

Version 0.8.2.dev1

parent 6c7ae8a5
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ try:
except ImportError:
gzip = None
__ver__ = '0.8.1'
__ver__ = '0.8.2.dev1'
log = logging.getLogger(__name__)
......
......@@ -39,7 +39,7 @@ if sys.version_info < (2, 7):
requirements.append('ordereddict')
setup(name='mwclient',
version='0.8.1', # Rember to also update __ver__ in client.py
version='0.8.2.dev1', # Rember to also update __ver__ in client.py
description='MediaWiki API client',
long_description=README,
classifiers=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment