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 fe87aad commit f1d18a0Copy full SHA for f1d18a0
gctf/version.py
@@ -1 +1 @@
1
-__version__ = '0.0.1'
+__version__ = '0.0.2'
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name="gradient-centralization-tf",
10
- version="0.0.1",
+ version="0.0.2",
11
description="Implement Gradient Centralization in TensorFlow",
12
packages=["gctf"],
13
0 commit comments