Skip to content

Commit

Permalink
Bump version: 0.9.0 → 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danmichaelo committed Jul 31, 2018
1 parent f3a5e41 commit 76fa6b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ For functions not available in the current MediaWiki,
a `MediaWikiVersionError` is raised.

The current stable
[version 0.9.0](https://github.com/mwclient/mwclient/archive/v0.9.0.zip)
[version 0.9.1](https://github.com/mwclient/mwclient/archive/v0.9.1.zip)
is [available through PyPI](https://pypi.python.org/pypi/mwclient):

```
Expand Down
2 changes: 1 addition & 1 deletion mwclient/client.py
Expand Up @@ -24,7 +24,7 @@
except ImportError:
gzip = None

__ver__ = '0.9.0'
__ver__ = '0.9.1'

log = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.0
current_version = 0.9.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@
pytest_runner = ['pytest-runner'] if needs_pytest else []

setup(name='mwclient',
version='0.9.0', # Use bumpversion to update
version='0.9.1', # Use bumpversion to update
description='MediaWiki API client',
long_description=README,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 76fa6b9

Please sign in to comment.