Skip to content

Commit

Permalink
Merge pull request #175 from singnet/imp/update-version
Browse files Browse the repository at this point in the history
Update version to 0.5.3
  • Loading branch information
marcocapozzoli authored Mar 6, 2024
2 parents a21118a + f815f76 commit 871dda2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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.5.0'
__version__ = '0.5.3'
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
[tool.poetry]
name = "hyperon-das"
version = "0.5.1"
version = "0.5.3"
description = "Query Engine API for Distributed AtomSpace"
authors = ["marcocapozzoli <[email protected]>"]
readme = "README.md"
packages = [{include = "hyperon_das"}]

[tool.poetry.urls]
"Code" = "https://github.com/singnet/das-query-engine"
"Bug Tracker" = "https://github.com/singnet/das-query-engine/issues"
"Releases" = "https://github.com/singnet/das-query-engine/releases"

[tool.poetry.dependencies]
python = "^3.8.5"
hyperon-das-atomdb = "0.4.1"
Expand Down

0 comments on commit 871dda2

Please sign in to comment.