We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47aeeed commit f411507Copy full SHA for f411507
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.0
+current_version = 0.2.0
3
commit = True
4
tag = False
5
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name="tf-explain",
10
- version="0.1.0",
+ version="0.2.0",
11
description="Interpretability Callbacks for Tensorflow 2.0",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
tf_explain/__init__.py
@@ -5,7 +5,7 @@
callbacks to ease neural network's understanding.
6
"""
-__version__ = "0.1.0"
+__version__ = "0.2.0"
from . import core
from . import callbacks
0 commit comments