We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0cba1d commit eb9d1c5Copy full SHA for eb9d1c5
setup.py
@@ -6,7 +6,7 @@
6
7
8
setup(name='tf-explain',
9
- version='0.0.1-alpha',
+ version='0.0.2-alpha',
10
description='Interpretability Callbacks for Tensorflow 2.0',
11
long_description=long_description,
12
long_description_content_type="text/markdown",
tf_explain/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.0.1-alpha"
+__version__ = "0.0.2-alpha"
2
3
from . import core
4
from . import callbacks
0 commit comments