Skip to content

Commit

Permalink
bump versio to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cwmeijer committed Jun 26, 2024
1 parent d3c9cc1 commit 8e4ed63
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 = 1.5.0
current_version = 1.6.0

[comment]
comment = The contents of this file cannot be merged with that of setup.cfg until https://github.com/c4urself/bump2version/issues/185 is resolved
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ authors:
name-particle: "van der"

doi: 10.5281/zenodo.5801485
version: "1.5.0"
version: "1.6.0"
repository-code: "https://github.com/dianna-ai/dianna"
keywords:
- XAI
Expand Down
2 changes: 1 addition & 1 deletion dianna/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

__author__ = 'DIANNA Team'
__email__ = 'dianna-ai@esciencecenter.nl'
__version__ = '1.5.0'
__version__ = '1.6.0'


def explain_timeseries(model_or_function: Union[Callable, str],
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 = '1.5.0'
version = '1.6.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 = dianna
project_urls =
Bug Tracker = https://github.com/dianna-ai/dianna/issues
url = https://github.com/dianna-ai/dianna
version = 1.5.0
version = 1.6.0
license = Apache License 2.0

[options]
Expand Down

0 comments on commit 8e4ed63

Please sign in to comment.