From 2006c91f937cbbdba3d650cda388ac3e4b9d19f6 Mon Sep 17 00:00:00 2001 From: Heiko Carrasco Date: Sun, 18 Mar 2018 13:42:34 +0100 Subject: [PATCH] Version bump to 0.0.11 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a889ec1..39fbece 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='pytimesheet', - version='0.0.10', + version='0.0.11', license='GPL', description='timetracking for hiwis at tu darmstadt', install_requires =['Jinja2'],