From 1c51781823f890830b680c8b0cc723e65c6d6392 Mon Sep 17 00:00:00 2001 From: Giel Date: Sun, 12 Jul 2020 11:58:11 +0200 Subject: [PATCH] update version --- setup.py | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/setup.py b/setup.py index beea12a..9ad0041 100644 --- a/setup.py +++ b/setup.py @@ -1,15 +1,13 @@ from setuptools import setup setup( - name='kostalpyko', - version='v0.4', - packages=['tests', 'kostalpyko'], - install_requires=[ - 'lxml', - ], - url='https://github.com/gieljnssns/KostalPikoPy', - license='MIT', - author='Giel Janssens', - author_email='gieljnssns@vivaldi.net', - description='A package for working with a Piko Inverter from Kostal' + name="kostalpyko", + version="v0.5", + packages=["tests", "kostalpyko"], + install_requires=["lxml",], + url="https://github.com/gieljnssns/KostalPikoPy", + license="MIT", + author="Giel Janssens", + author_email="gieljnssns@vivaldi.net", + description="A package for working with a Piko Inverter from Kostal", )