diff options
author | Matt Lyon <matthewlyon18@gmail.com> | 2019-12-25 17:57:37 +0000 |
---|---|---|
committer | Matt Lyon <matthewlyon18@gmail.com> | 2019-12-25 17:57:37 +0000 |
commit | 87155dd4b37234628aebc41fcce123da439b5566 (patch) | |
tree | 3506598f3acb1901f4bfbfe499f29129593d8e8f /setup.py | |
parent | ba5437c656c479c36a7eb460d0b521898c11d0f6 (diff) | |
download | tpb-lite-87155dd4b37234628aebc41fcce123da439b5566.tar.gz tpb-lite-87155dd4b37234628aebc41fcce123da439b5566.tar.bz2 tpb-lite-87155dd4b37234628aebc41fcce123da439b5566.zip |
updated README, added some commentsv.0.3.0
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.2.4' +version = '0.3.0' setup(name = 'tpblite', version = version, |