bump version number

This commit is contained in:
iuvbio 2019-06-08 14:57:35 +02:00
parent dbd0b14f8b
commit fffb2e459c
1 changed files with 1 additions and 1 deletions

View File

@ -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()