diff options
author | Matt Lyon <matthewlyon18@gmail.com> | 2019-12-06 21:46:57 +1100 |
---|---|---|
committer | Matt Lyon <matthewlyon18@gmail.com> | 2019-12-06 21:46:57 +1100 |
commit | c522656e488d8d573ff63a973172d7e3429f9476 (patch) | |
tree | a09ba52fd84b0972c2771a0e1d58b21d643b6168 /setup.py | |
parent | dab7738fa8dfcb841494c00f8092257fb7542853 (diff) | |
download | tpb-lite-c522656e488d8d573ff63a973172d7e3429f9476.tar.gz tpb-lite-c522656e488d8d573ff63a973172d7e3429f9476.tar.bz2 tpb-lite-c522656e488d8d573ff63a973172d7e3429f9476.zip |
fixed row removal issue
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup(name='tpblite', - version='0.1.0', + version='0.1.1', description='The Unofficial Pirate Bay Lightweight Python API', author='Matt Lyon', author_email='matthewlyon18@gmail.com', |