diff --git a/HISTORY.rst b/HISTORY.rst index 334cba3..289c03c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,9 +3,10 @@ Release History --------------- -0.4 (2017-09-23) -++++++++++++++++ +0.4.1 (2017-11-17) +++++++++++++++++++ +* Surfaced redirects, disambiguation links * Increased test coverage to 93%, pylint score 10.0 * Added more page data, split off expensive queries * Implemented basic category and site functionality diff --git a/setup.py b/setup.py index 2b8ab9b..9cbda96 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='wptools', - version='0.4', + version='0.4.1', description='Wikipedia tools (for Humans)', long_description=readme + '\n\n' + history, url='https://github.com/siznax/wptools/', diff --git a/wptools/__init__.py b/wptools/__init__.py index fdaeb68..eda2f46 100644 --- a/wptools/__init__.py +++ b/wptools/__init__.py @@ -18,7 +18,7 @@ __contact__ = "https://github.com/siznax/wptools" __license__ = "MIT" __title__ = "wptools" -__version__ = "0.4" +__version__ = "0.4.1" from . import core from . import query