Skip to content

Commit

Permalink
Updated metadata for v0.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
siznax committed Mar 5, 2018
1 parent 2c7e227 commit 1852e47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Release History
---------------

0.4.10 (2018-01-29)
0.4.11 (2018-03-05)
+++++++++++++++++++

* Improved infobox parsing (#91, #109)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='wptools',
version='0.4.10',
version='0.4.11',
description='Wikipedia tools (for Humans)',
long_description=readme + '\n\n' + history,
url='https://github.com/siznax/wptools/',
Expand Down
2 changes: 1 addition & 1 deletion wptools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
__contact__ = "https://github.com/siznax/wptools"
__license__ = "MIT"
__title__ = "wptools"
__version__ = "0.4.10"
__version__ = "0.4.11"

from . import core
from . import query
Expand Down

0 comments on commit 1852e47

Please sign in to comment.