Skip to content

Commit 15fa1d4

Browse files
committed
Updated metadata for 0.4.1
1 parent 5ab308d commit 15fa1d4

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

HISTORY.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
Release History
44
---------------
55

6-
0.4 (2017-09-23)
7-
++++++++++++++++
6+
0.4.1 (2017-11-17)
7+
++++++++++++++++++
88

9+
* Surfaced redirects, disambiguation links
910
* Increased test coverage to 93%, pylint score 10.0
1011
* Added more page data, split off expensive queries
1112
* Implemented basic category and site functionality

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='wptools',
13-
version='0.4',
13+
version='0.4.1',
1414
description='Wikipedia tools (for Humans)',
1515
long_description=readme + '\n\n' + history,
1616
url='https://github.com/siznax/wptools/',

wptools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
__contact__ = "https://github.com/siznax/wptools"
1919
__license__ = "MIT"
2020
__title__ = "wptools"
21-
__version__ = "0.4"
21+
__version__ = "0.4.1"
2222

2323
from . import core
2424
from . import query

0 commit comments

Comments
 (0)