We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0eab9 commit d5bcc81Copy full SHA for d5bcc81
kgcnn/__init__.py
@@ -1,2 +1,2 @@
1
# main package
2
-__kgcnn_version__ = "2.2.3"
+__kgcnn_version__ = "2.2.2"
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="kgcnn",
9
- version="2.2.3", # If version is updated, change version in `kgcnn.__init__` too. (and update changelog)
+ version="2.2.2", # If version is updated, change version in `kgcnn.__init__` too. (and update changelog)
10
author="Patrick Reiser",
11
author_email="patrick.reiser@kit.edu",
12
description="General Base Layers for Graph Convolutions with tensorflow.keras",
0 commit comments