diff --git a/setup.py b/setup.py index 7eb30b4..e7c8c30 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ from setuptools import setup, find_packages here = path.abspath(path.dirname(__file__)) -version = '0.7.1' +version = '0.8.0' with open(path.join(here, 'README.md')) as readme_fh: readme = readme_fh.read() diff --git a/setup_cxfreeze.py b/setup_cxfreeze.py index 65b4341..f6eef68 100644 --- a/setup_cxfreeze.py +++ b/setup_cxfreeze.py @@ -113,7 +113,7 @@ executables = [ setup( name="hippolyzer_gui", - version="0.7.1", + version="0.8.0", description="Hippolyzer GUI", options=options, executables=executables,