From 9273c39440c8688ec5338c5ae5b74229d882aee5 Mon Sep 17 00:00:00 2001 From: philipp Date: Tue, 2 Feb 2016 21:09:44 +0000 Subject: [PATCH] Increased version number to 0.6.0. git-svn-id: http://www.winterrodeln.org/svn/wrpylib/trunk@2441 7aebc617-e5e2-0310-91dc-80fb5f6d2477 --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'] ) - -- 2.39.5