From 3ad1678586bf6279b25ee17fbcf3d415df00a133 Mon Sep 17 00:00:00 2001 From: Wolfgang Fahl Date: Wed, 12 Jul 2023 10:00:31 +0200 Subject: [PATCH] prepares release --- ceurspt/__init__.py | 2 +- ceurspt/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ceurspt/__init__.py b/ceurspt/__init__.py index 23f9008..77842ed 100644 --- a/ceurspt/__init__.py +++ b/ceurspt/__init__.py @@ -1 +1 @@ -__version__="0.0.5" \ No newline at end of file +__version__="0.0.6" \ No newline at end of file diff --git a/ceurspt/version.py b/ceurspt/version.py index 93af84b..52091ff 100644 --- a/ceurspt/version.py +++ b/ceurspt/version.py @@ -13,7 +13,7 @@ class Version(object): name = "" version = ceurspt.__version__ date = '2023-03-17' - updated = '2023-03-27' + updated = '2023-07-12' description = 'CEUR-WS Single Point of Truth RestFUL server', authors = 'Tim Holzheim, Wolfgang Fahl'