Skip to content

Commit d5bcc81

Browse files
committed
revert version
1 parent bc0eab9 commit d5bcc81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kgcnn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# main package
2-
__kgcnn_version__ = "2.2.3"
2+
__kgcnn_version__ = "2.2.2"

setup.py

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

77
setup(
88
name="kgcnn",
9-
version="2.2.3", # If version is updated, change version in `kgcnn.__init__` too. (and update changelog)
9+
version="2.2.2", # If version is updated, change version in `kgcnn.__init__` too. (and update changelog)
1010
author="Patrick Reiser",
1111
author_email="patrick.reiser@kit.edu",
1212
description="General Base Layers for Graph Convolutions with tensorflow.keras",

0 commit comments

Comments
 (0)