Skip to content

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danmichaelo committed Nov 23, 2014
1 parent 6abef15 commit f805d9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mwclient/client.py
@@ -1,4 +1,4 @@
__ver__ = '0.7.1dev'
__ver__ = '0.7.1'

import warnings
import time
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -39,7 +39,7 @@ def run_tests(self):
requirements.append('ordereddict')

setup(name='mwclient',
version='0.7.1dev', # Rember to also update __ver__ in client.py
version='0.7.1', # Rember to also update __ver__ in client.py
description='MediaWiki API client',
long_description=README,
classifiers=[
Expand Down

0 comments on commit f805d9a

Please sign in to comment.