diff --git a/setup.py b/setup.py index 8764815..b847b70 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pygrocy", - version="0.1.0", + version="0.2.0", author="Sebastian Rutofski", author_email="kontakt@sebastian-rutofski.de", description="", @@ -19,4 +19,4 @@ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ], -) \ No newline at end of file +)