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'