Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4b3ab15

Browse files
Bump version: 1.4.1 β†’ 1.5.0
1 parent 56da760 commit 4b3ab15

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€Žsetup.cfgβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.4.1
2+
current_version = 1.5.0
33
commit = True
44
tag = False
55

β€Žsetup.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="Xplique",
8-
version="1.4.1",
8+
version="1.5.0",
99
description="Explanations toolbox for Tensorflow 2",
1010
long_description=README,
1111
long_description_content_type="text/markdown",

β€Žxplique/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
techniques
77
"""
88

9-
__version__ = '1.4.1'
9+
__version__ = '1.5.0'
1010

1111
from . import attributions
1212
from . import commons

0 commit comments

Comments
Β (0)