diff options
| author | Cody Logan <clpo13@gmail.com> | 2020-01-03 13:07:40 -0800 |
|---|---|---|
| committer | Cody Logan <clpo13@gmail.com> | 2020-01-03 13:08:19 -0800 |
| commit | 00d00b37c973281ff2677d99a3d612ac87b11931 (patch) | |
| tree | 21375bda6e1579a6b5816e8d92173468b7ea3302 | |
| parent | 46a6289863f5e8fba8df9848ed2e61c5eefa62f0 (diff) | |
| download | wikiget-0.4.1.tar.gz wikiget-0.4.1.zip | |
No longer need futurev0.4.1
| -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' |
