From 170bf3dd1c8c5aeb896d7d8e5fadb88644fa6943 Mon Sep 17 00:00:00 2001 From: tholzheim Date: Thu, 18 Aug 2022 13:00:57 +0200 Subject: [PATCH] prepares v0.0.3 --- ceurws/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ceurws/version.py b/ceurws/version.py index a98e4ea..72ec8e6 100644 --- a/ceurws/version.py +++ b/ceurws/version.py @@ -9,7 +9,7 @@ class Version(object): Version handling for pyCEURmake ''' name="pyCEURmake" - version='0.0.2' + version='0.0.3' date = '2020-11-12' - updated = '2022-08-11' + updated = '2022-08-18' description='python api providing access to view and add ceur-ws volumes' \ No newline at end of file