Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gieljnssns committed Jul 12, 2020
1 parent 7ea29ab commit 1c51781
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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='[email protected]',
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="[email protected]",
description="A package for working with a Piko Inverter from Kostal",
)

0 comments on commit 1c51781

Please sign in to comment.