Skip to content

Commit

Permalink
Bump version: 0.2.1 → 0.3.0 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelMeudec authored Feb 4, 2021
1 parent 15bc8e2 commit 39616c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[bumpversion]
current_version = 0.2.1
current_version = 0.3.0
commit = True
tag = False

[bumpversion:file:setup.py]

[bumpversion:file:tf_explain/__init__.py]

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="tf-explain",
version="0.2.1",
version="0.3.0",
description="Interpretability Callbacks for Tensorflow 2.0",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion tf_explain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
callbacks to ease neural network's understanding.
"""

__version__ = "0.2.1"
__version__ = "0.3.0"

try:
import cv2
Expand Down

0 comments on commit 39616c4

Please sign in to comment.