diff --git a/hyperon_das/__init__.py b/hyperon_das/__init__.py index 3a936503..1da03889 100644 --- a/hyperon_das/__init__.py +++ b/hyperon_das/__init__.py @@ -2,4 +2,4 @@ __all__ = ['DistributedAtomSpace'] -__version__ = '0.7.4' +__version__ = '0.7.5' diff --git a/pyproject.toml b/pyproject.toml index f03a70b1..92f889d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hyperon-das" -version = "0.7.4" +version = "0.7.5" description = "Query Engine API for Distributed AtomSpace" authors = ["marcocapozzoli "] readme = "README.md" @@ -14,7 +14,7 @@ packages = [{include = "hyperon_das"}] [tool.poetry.dependencies] python = "^3.8.5" -hyperon-das-atomdb = "0.6.3" +hyperon-das-atomdb = "0.6.4" requests = "^2.31.0" [tool.poetry.group.dev.dependencies]