diff options
author | Matt Lyon <matthewlyon18@gmail.com> | 2020-08-23 20:48:34 +1000 |
---|---|---|
committer | Matt Lyon <matthewlyon18@gmail.com> | 2020-08-23 20:48:34 +1000 |
commit | cab856e292d96f8ae3686b0d25a778d1682691ae (patch) | |
tree | a411e028c916cb4fcc38d628b67d98fa4d5efa31 /setup.py | |
parent | fb301e7a1bdb4e010bc7fb1e2da353a4808fce7a (diff) | |
download | tpb-lite-0.4.0.tar.gz tpb-lite-0.4.0.tar.bz2 tpb-lite-0.4.0.zip |
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.3.0' +version = '0.4.0' setup(name = 'tpblite', version = version, |