From fc78cc49363fb1dcea59e886e825903f0c4fda24 Mon Sep 17 00:00:00 2001 From: Andre Senna <“andre.senna@gmail.com”> Date: Mon, 22 Apr 2024 13:57:14 -0300 Subject: [PATCH] Chores: create a new release version 0.6.8 --- hyperon_das_atomdb/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"