Skip to content

Commit

Permalink
Bump version: 1.2.1 → 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericboisnard committed Oct 18, 2023
1 parent a9487ad commit e685835
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.1
current_version = 1.3.0
commit = True
tag = False

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

setup(
name="Xplique",
version="1.2.1",
version="1.3.0",
description="Explanations toolbox for Tensorflow 2",
long_description=README,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion xplique/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
techniques
"""

__version__ = '1.2.1'
__version__ = '1.3.0'

from . import attributions
from . import concepts
Expand Down

0 comments on commit e685835

Please sign in to comment.