Skip to content

Commit 39616c4

Browse files
Bump version: 0.2.1 → 0.3.0 (#164)
1 parent 15bc8e2 commit 39616c4

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.bumpversion.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[bumpversion]
2-
current_version = 0.2.1
2+
current_version = 0.3.0
33
commit = True
44
tag = False
55

66
[bumpversion:file:setup.py]
77

88
[bumpversion:file:tf_explain/__init__.py]
9-

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="tf-explain",
10-
version="0.2.1",
10+
version="0.3.0",
1111
description="Interpretability Callbacks for Tensorflow 2.0",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",

tf_explain/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
callbacks to ease neural network's understanding.
66
"""
77

8-
__version__ = "0.2.1"
8+
__version__ = "0.3.0"
99

1010
try:
1111
import cv2

0 commit comments

Comments
 (0)