diff options
| -rw-r--r-- | setup.py | 3 | ||||
| -rw-r--r-- | wikiget/version.py | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -64,8 +64,7 @@ setup( 'Topic :: Utilities', ], python_requires='>=3.5', - install_requires=['future', 'mwclient>=0.10.0', 'pytest-runner', - 'requests', 'tqdm'], + install_requires=['mwclient>=0.10.0', 'pytest-runner', 'requests', 'tqdm'], tests_require=['pytest'], project_urls={ 'Bug Reports': 'https://github.com/clpo13/wikiget/issues', diff --git a/wikiget/version.py b/wikiget/version.py index 789d392..a5449b9 100644 --- a/wikiget/version.py +++ b/wikiget/version.py @@ -1,3 +1,3 @@ """Sets the program version in setup.py and on the command line.""" -__version__ = '0.4.0' +__version__ = '0.4.1' |
