From 1dc86970ae470d4d6eac400d01c1afdd4680416c Mon Sep 17 00:00:00 2001 From: iuvbio Date: Sat, 8 Jun 2019 14:57:35 +0200 Subject: [PATCH] bump version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e0072a9..e346181 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages -VERSION = "0.0.6" +VERSION = "0.0.7" with open("README.md", "r") as fh: long_description = fh.read()