Skip to content

Commit

Permalink
bump version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cwmeijer committed Nov 5, 2024
1 parent eaa7c5f commit 66dac74
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ authors:

date-released: 2023-10-19
doi: 10.5281/zenodo.10018768.
version: "0.3.0"
version: "0.4.0"
repository-code: "[email protected]:dianna-ai/distance_explainer"
keywords:
- XAI
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# built documents.
#
# The short X.Y version.
version = "0.3.0"
version = "0.4.0"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ name = distance_explainer
project_urls =
Bug Tracker = https://github.com/dianna-ai/distance_explainer/issues
url = https://github.com/dianna-ai/distance_explainer
version = 0.3.0
version = 0.4.0

[options]
python_requires = >=3.9
Expand Down
2 changes: 1 addition & 1 deletion src/distance_explainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

__author__ = "Christiaan Meijer"
__email__ = "[email protected]"
__version__ = "0.3.0"
__version__ = "0.4.0"


class DistanceExplainer:
Expand Down

0 comments on commit 66dac74

Please sign in to comment.