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

Use bumpversion

parent 09baff19
No related branches found
No related tags found
No related merge requests found
[bumpversion]
current_version = 0.8.5
commit = True
tag = True
[bumpversion:file:setup.py]
[bumpversion:file:mwclient/client.py]
[bumpversion:file:README.rst]
[bdist_wheel]
universal = 1
......@@ -39,7 +39,7 @@ if sys.version_info < (2, 7):
requirements.append('ordereddict')
setup(name='mwclient',
version='0.8.5', # Rember to also update __ver__ in client.py and README.rst
version='0.8.5', # Use bumpversion to update
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