File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.3.0
2
+ current_version = 0.3.1
3
3
commit = True
4
4
tag = False
5
5
6
6
[bumpversion:file:setup.py]
7
7
8
+ [bumpversion:file:CITATION.cff]
9
+
8
10
[bumpversion:file:tf_explain/__init__.py]
Original file line number Diff line number Diff line change 4
4
cff-version : 1.2.0
5
5
title : tf-explain
6
6
abstract : Interpretability Methods for tf.keras models with TensorFlow 2.x
7
- version : 0.3.0
7
+ version : 0.3.1
8
8
date-released : 2021-02-04
9
9
message : " If you use tf-explain in your research, please cite it using these metadata."
10
10
type : software
Original file line number Diff line number Diff line change 7
7
8
8
setup (
9
9
name = "tf-explain" ,
10
- version = "0.3.0 " ,
10
+ version = "0.3.1 " ,
11
11
description = "Interpretability Callbacks for Tensorflow 2.0" ,
12
12
long_description = long_description ,
13
13
long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 5
5
callbacks to ease neural network's understanding.
6
6
"""
7
7
8
- __version__ = "0.3.0 "
8
+ __version__ = "0.3.1 "
9
9
10
10
try :
11
11
import cv2
You can’t perform that action at this time.
0 commit comments