Skip to content

Commit

Permalink
release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanfeng97 committed Dec 22, 2024
1 parent b4da8e1 commit ac848db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hyperdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

from ._global import AUTHOR_EMAIL

__version__ = "0.1.1"
__version__ = "0.1.2"

__all__ = {"AUTHOR_EMAIL", "BaseHypergraphDB", "HypergraphDB"}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hypergraph-db"
version = "0.1.1"
version = "0.1.2"
description = "A Lightweight Hypergraph Database"
authors = ["Yifan Feng <evanfeng97@qq.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit ac848db

Please sign in to comment.