diff --git a/setup.py b/setup.py index 397331f..3fa59da 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.6.1' +version = '0.6.2' 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 cf06ef6..530f9ee 100644 --- a/setup_cxfreeze.py +++ b/setup_cxfreeze.py @@ -112,7 +112,7 @@ executables = [ setup( name="hippolyzer_gui", - version="0.6.1", + version="0.6.2", description="Hippolyzer GUI", options=options, executables=executables,