Skip to content

Commit

Permalink
Updated metadata for 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
siznax committed Nov 18, 2017
1 parent 5ab308d commit 15fa1d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
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',
version='0.4.1',
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"
__version__ = "0.4.1"

from . import core
from . import query
Expand Down

0 comments on commit 15fa1d4

Please sign in to comment.