From 686dfbc18ac65102281b05df902d879cf769d055 Mon Sep 17 00:00:00 2001 From: Matt <32886639+mattlyon93@users.noreply.github.com> Date: Mon, 9 Nov 2020 22:46:22 +0000 Subject: Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4f925ef..b7a7529 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.6.0' +version = '0.7.0' setup(name = 'tpblite', version = version, -- cgit v1.2.3