From ea475b528fdfad23e8c8198e8391f453db489972 Mon Sep 17 00:00:00 2001 From: Salad Dais Date: Fri, 14 Oct 2022 06:17:07 +0000 Subject: [PATCH] v0.12.2 --- setup.py | 2 +- setup_cxfreeze.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0e69361..699d252 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.12.1' +version = '0.12.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 2363ab2..4329791 100644 --- a/setup_cxfreeze.py +++ b/setup_cxfreeze.py @@ -113,7 +113,7 @@ executables = [ setup( name="hippolyzer_gui", - version="0.12.1", + version="0.12.2", description="Hippolyzer GUI", options=options, executables=executables,