diff options
author | Matt Lyon <matthewlyon18@gmail.com> | 2019-12-21 11:06:53 +0000 |
---|---|---|
committer | Matt Lyon <matthewlyon18@gmail.com> | 2019-12-21 11:06:53 +0000 |
commit | c45b6ca3e82a5d10e14c31c4b7d0fdaf66fff933 (patch) | |
tree | b1907ac15c689c9f441d5e3468935a2a330553c5 /setup.py | |
parent | 26e7bacfcc1a86b703e92373b37ea7debdde8b34 (diff) | |
download | tpb-lite-c45b6ca3e82a5d10e14c31c4b7d0fdaf66fff933.tar.gz tpb-lite-c45b6ca3e82a5d10e14c31c4b7d0fdaf66fff933.tar.bz2 tpb-lite-c45b6ca3e82a5d10e14c31c4b7d0fdaf66fff933.zip |
added better error handling for connection issuesv0.2.4
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.3' +version = '0.2.4' setup(name = 'tpblite', version = version, |