We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15bc8e2 commit 39616c4Copy full SHA for 39616c4
.bumpversion.cfg
@@ -1,9 +1,8 @@
1
[bumpversion]
2
-current_version = 0.2.1
+current_version = 0.3.0
3
commit = True
4
tag = False
5
6
[bumpversion:file:setup.py]
7
8
[bumpversion:file:tf_explain/__init__.py]
9
-
setup.py
@@ -7,7 +7,7 @@
setup(
name="tf-explain",
10
- version="0.2.1",
+ version="0.3.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.
"""
-__version__ = "0.2.1"
+__version__ = "0.3.0"
try:
import cv2
0 commit comments