X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wrpylib.git/blobdiff_plain/23ac319f9a0f3cca212a1b4434c55d8581384a31..fd76548a88ad05abaa7d447dfaf8cc797c90928c:/setup.py diff --git a/setup.py b/setup.py index 06439c7..734b519 100644 --- a/setup.py +++ b/setup.py @@ -9,11 +9,10 @@ requires = [ ] setup(name='wrpylib', - version='0.5.0', + version='0.6.0', description='Winterrodeln Python Library', author='Philipp Spitzer', author_email='philipp.spitzer@winterrodeln.org', install_requires = requires, packages=['wrpylib'] ) -