From 654adfbfac14a3e8cf9284783cd6bb5dac487969 Mon Sep 17 00:00:00 2001 From: levisingularity Date: Fri, 5 Apr 2024 17:48:40 -0300 Subject: [PATCH] Chores: create a new release version 0.7.5 --- hyperon_das/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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]