Skip to content

Commit

Permalink
Bump version: 0.9.2 → 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danmichaelo committed Nov 22, 2018
1 parent b448e5a commit 2f050b1
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.2](https://github.com/mwclient/mwclient/archive/v0.9.2.zip)
[version 0.9.3](https://github.com/mwclient/mwclient/archive/v0.9.3.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.2'
__ver__ = '0.9.3'

log = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.2
current_version = 0.9.3
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.2', # Use bumpversion to update
version='0.9.3', # Use bumpversion to update
description='MediaWiki API client',
long_description=README,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 2f050b1

Please sign in to comment.