aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Lyon <matthewlyon18@gmail.com>2020-08-29 22:09:02 +1000
committerMatt Lyon <matthewlyon18@gmail.com>2020-08-29 22:09:02 +1000
commit09261d2adcd708d643fe7e1331f5c840ec207c41 (patch)
treed95a7ccf5bf3fb2fe72945f0943002abc514a428
parent85f34f8a5b15bfbe6510358d76b903baa33f4fc2 (diff)
downloadtpb-lite-09261d2adcd708d643fe7e1331f5c840ec207c41.tar.gz
tpb-lite-09261d2adcd708d643fe7e1331f5c840ec207c41.tar.bz2
tpb-lite-09261d2adcd708d643fe7e1331f5c840ec207c41.zip
v0.5v0.5.0
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 3cbfc72..3cbb726 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ this_dir = path.abspath(path.dirname(__file__))
with open(path.join(this_dir, 'README.md'), encoding='utf-8') as f:
long_description = f.read()
-version = '0.4.0'
+version = '0.5.0'
setup(name = 'tpblite',
version = version,
@@ -33,4 +33,4 @@ setup(name = 'tpblite',
'Topic :: Internet :: WWW/HTTP :: Indexing/Search',
'Topic :: Utilities'],
keywords = ['ThePirateBay', 'PirateBay', 'torrent']
- ) \ No newline at end of file
+ )