This commit is contained in:
Salad Dais
2022-09-12 14:30:18 +00:00
parent 1a308e9671
commit 2b6d8a70f4
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.12.0'
version = '0.12.1'
with open(path.join(here, 'README.md')) as readme_fh:
readme = readme_fh.read()

View File

@@ -113,7 +113,7 @@ executables = [
setup(
name="hippolyzer_gui",
version="0.9.0",
version="0.12.1",
description="Hippolyzer GUI",
options=options,
executables=executables,