Skip to content

Commit

Permalink
Release 0.3.0 => 0.3.1 (#178)
Browse files Browse the repository at this point in the history
* Add citation file in bumpversion config

* Bump version: 0.3.0 → 0.3.1
  • Loading branch information
RaphaelMeudec authored Nov 18, 2021
1 parent 18698b0 commit 59bdd3c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.3.1
commit = True
tag = False

[bumpversion:file:setup.py]

[bumpversion:file:CITATION.cff]

[bumpversion:file:tf_explain/__init__.py]
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
cff-version: 1.2.0
title: tf-explain
abstract: Interpretability Methods for tf.keras models with TensorFlow 2.x
version: 0.3.0
version: 0.3.1
date-released: 2021-02-04
message: "If you use tf-explain in your research, please cite it using these metadata."
type: software
Expand Down
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.3.0",
version="0.3.1",
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.3.0"
__version__ = "0.3.1"

try:
import cv2
Expand Down

0 comments on commit 59bdd3c

Please sign in to comment.