Skip to content

Commit ac848db

Browse files
committed
release new version
1 parent b4da8e1 commit ac848db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hyperdb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
from ._global import AUTHOR_EMAIL
55

6-
__version__ = "0.1.1"
6+
__version__ = "0.1.2"
77

88
__all__ = {"AUTHOR_EMAIL", "BaseHypergraphDB", "HypergraphDB"}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hypergraph-db"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "A Lightweight Hypergraph Database"
55
authors = ["Yifan Feng <evanfeng97@qq.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)