diff --git a/ceurws/__init__.py b/ceurws/__init__.py index 845be45..d1eb742 100644 --- a/ceurws/__init__.py +++ b/ceurws/__init__.py @@ -1 +1 @@ -__version__ = "0.2.5" \ No newline at end of file +__version__ = "0.2.6" \ No newline at end of file diff --git a/ceurws/version.py b/ceurws/version.py index 266da2e..f05d70e 100644 --- a/ceurws/version.py +++ b/ceurws/version.py @@ -11,7 +11,7 @@ class Version(object): name = "CEUR-WS Volume Browser" version = ceurws.__version__ date = '2022-08-14' - updated = '2023-06-18' + updated = '2023-12-24' description = 'CEUR-WS Volume browser', authors = 'Tim Holzheim, Wolfgang Fahl'