Skip to content

Commit

Permalink
Bump version: 0.4.3 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonin POCHE committed May 29, 2023
1 parent 5ca8aeb commit 66d2041
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.3
current_version = 1.0.0
commit = True
tag = True

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="0.4.3",
version="1.0.0",
description="Explanations toolbox for Tensorflow 2",
long_description=README,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion tests/metrics/test_fidelity.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from ..utils import (generate_model, generate_regression_model, generate_timeseries_model,
generate_data, almost_equal)
from xplique.commons.operators import predictions_operator, regression_operator
from xplique.commons.operators import regression_operator
from xplique.metrics import Insertion, Deletion, MuFidelity


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__ = '0.4.3'
__version__ = '1.0.0'

from . import attributions
from . import concepts
Expand Down

0 comments on commit 66d2041

Please sign in to comment.