aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py3
-rw-r--r--wikiget/version.py2
2 files changed, 2 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 7ab5945..ef1c0bd 100644
--- a/setup.py
+++ b/setup.py
@@ -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'