Skip to content

Commit

Permalink
update to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocapozzoli committed Apr 4, 2024
1 parent cdcc2e8 commit c0ea184
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 @@ -2,4 +2,4 @@

__all__ = ['DistributedAtomSpace']

__version__ = '0.7.2'
__version__ = '0.7.3'
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.7.2"
version = "0.7.3"
description = "Query Engine API for Distributed AtomSpace"
authors = ["marcocapozzoli <[email protected]>"]
readme = "README.md"
Expand All @@ -14,7 +14,7 @@ packages = [{include = "hyperon_das"}]

[tool.poetry.dependencies]
python = "^3.8.5"
hyperon-das-atomdb = "0.6.1"
hyperon-das-atomdb = "0.6.2"
requests = "^2.31.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit c0ea184

Please sign in to comment.