diff --git a/hyperon_das_atomdb/__init__.py b/hyperon_das_atomdb/__init__.py index 187b9ebd..1cdf69ef 100644 --- a/hyperon_das_atomdb/__init__.py +++ b/hyperon_das_atomdb/__init__.py @@ -10,4 +10,4 @@ 'AtomDoesNotExist', ] -__version__ = '0.6.7' +__version__ = '0.6.8' diff --git a/pyproject.toml b/pyproject.toml index 99863b7c..332dfd31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hyperon-das-atomdb" -version = "0.6.7" +version = "0.6.8" description = "Persistence layer for Distributed AtomSpace" authors = ["marcocapozzoli "] readme = "README.md"