Skip to content

Commit 3d0ce8c

Browse files
committed
update version for 0.1.3
1 parent ac848db commit 3d0ce8c

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.2"
6+
__version__ = "0.1.3"
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.2"
3+
version = "0.1.3"
44
description = "A Lightweight Hypergraph Database"
55
authors = ["Yifan Feng <evanfeng97@qq.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)