diff --git a/hyperon_das/__init__.py b/hyperon_das/__init__.py index 8dc7a65b..9b1c53eb 100644 --- a/hyperon_das/__init__.py +++ b/hyperon_das/__init__.py @@ -7,4 +7,4 @@ __all__ = ['DistributedAtomSpace'] -__version__ = '0.9.4' +__version__ = '0.9.5' diff --git a/pyproject.toml b/pyproject.toml index 6161a8cf..12518dd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hyperon-das" -version = "0.9.4" +version = "0.9.5" description = "Query Engine API for Distributed AtomSpace" authors = ["marcocapozzoli "] readme = "README.md"