Skip to content

Commit eb9d1c5

Browse files
author
Raphael Meudec
authored
0.0.1-alpha => 0.0.2-alpha (#60)
1 parent a0cba1d commit eb9d1c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
setup(name='tf-explain',
9-
version='0.0.1-alpha',
9+
version='0.0.2-alpha',
1010
description='Interpretability Callbacks for Tensorflow 2.0',
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",

tf_explain/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.1-alpha"
1+
__version__ = "0.0.2-alpha"
22

33
from . import core
44
from . import callbacks

0 commit comments

Comments
 (0)