From 00d00b37c973281ff2677d99a3d612ac87b11931 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Fri, 3 Jan 2020 13:07:40 -0800 Subject: No longer need future --- setup.py | 3 +-- wikiget/version.py | 2 +- 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' -- cgit v1.2.3