Skip to content

Commit 9fe043d

Browse files
committed
update project version
1 parent 2a4536e commit 9fe043d

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.2"
17+
__version__ = "0.9.3"
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.2"
3+
version = "0.9.3"
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)