This commit is contained in:
Salad Dais
2021-05-21 23:47:03 +00:00
parent 0b0e031091
commit b2f0de2db5
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ from setuptools import setup, find_packages
here = path.abspath(path.dirname(__file__))
version = '0.4.1'
version = '0.5.0'
with open(path.join(here, 'README.md')) as readme_fh:
readme = readme_fh.read()
@@ -50,7 +50,7 @@ setup(
"Topic :: Software Development :: Testing",
],
author='Salad Dais',
author_email='SaladDais@users.noreply.github.com',
author_email='83434023+SaladDais@users.noreply.github.com',
url='https://github.com/SaladDais/Hippolyzer/',
license='LGPLv3',
packages=find_packages(include=["hippolyzer", "hippolyzer.*"]),

View File

@@ -111,7 +111,7 @@ executables = [
setup(
name="hippolyzer_gui",
version="0.4.0",
version="0.5.0",
description="Hippolyzer GUI",
options=options,
executables=executables,