Skip to content

Commit f411507

Browse files
author
Raphael Meudec
authored
Bump version: 0.1.0 → 0.2.0 (#109)
1 parent 47aeeed commit f411507

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.2.0
33
commit = True
44
tag = False
55

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.1.0",
10+
version="0.2.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.1.0"
8+
__version__ = "0.2.0"
99

1010
from . import core
1111
from . import callbacks

0 commit comments

Comments
 (0)