Skip to content

Commit 1ce68d4

Browse files
committed
update 0.9.4 version info
1 parent 9eb2444 commit 1ce68d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dhg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from ._global import AUTHOR_EMAIL, CACHE_ROOT, DATASETS_ROOT, REMOTE_DATASETS_ROOT
1616

17-
__version__ = "0.9.3"
17+
__version__ = "0.9.4"
1818

1919
__all__ = {
2020
"AUTHOR_EMAIL",

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 = "dhg"
3-
version = "0.9.3"
3+
version = "0.9.4"
44
description = "DHG is a Deep Learning Framework for Graph Neural Network and Hypergraph Neural Networks."
55
authors = ["yifanfeng97 <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)