Skip to content

Commit

Permalink
Chores: create a new release version 0.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed Oct 30, 2024
1 parent cce3294 commit 592ae2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hyperon_das/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

__all__ = ['DistributedAtomSpace']

__version__ = '0.9.13'
__version__ = '0.9.14'
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hyperon-das"
version = "0.9.13"
version = "0.9.14"
description = "Query Engine API for Distributed AtomSpace"
authors = ["marcocapozzoli <[email protected]>"]
readme = "README.md"
Expand All @@ -16,7 +16,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.10"
hyperon-das-atomdb = "0.8.7"
hyperon-das-atomdb = "0.8.10"
requests = "^2.31.0"
grpcio = "^1.62.2"
google = "^3.0.0"
Expand Down

0 comments on commit 592ae2f

Please sign in to comment.