This commit is contained in:
Salad Dais
2021-08-10 01:16:20 +00:00
parent d01122d542
commit c6e0a400a9
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ from setuptools import setup, find_packages
here = path.abspath(path.dirname(__file__))
version = '0.6.3'
version = '0.7.0'
with open(path.join(here, 'README.md')) as readme_fh:
readme = readme_fh.read()

View File

@@ -112,7 +112,7 @@ executables = [
setup(
name="hippolyzer_gui",
version="0.6.3",
version="0.7.0",
description="Hippolyzer GUI",
options=options,
executables=executables,