From a26967472155150578a7347e3cbaccf6434002e7 Mon Sep 17 00:00:00 2001 From: Christiaan Meijer Date: Wed, 30 Oct 2024 16:27:14 +0100 Subject: [PATCH] bump version to 1.7.0 --- .bumpversion.cfg | 2 +- CITATION.cff | 2 +- dianna/__init__.py | 2 +- docs/conf.py | 2 +- setup.cfg | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 694584e7..64fe8ee1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.6.0 +current_version = 1.7.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 diff --git a/CITATION.cff b/CITATION.cff index 2632e748..bb59d7bd 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -53,7 +53,7 @@ authors: name-particle: "van der" doi: 10.5281/zenodo.5801485 -version: "1.6.0" +version: "1.7.0" repository-code: "https://github.com/dianna-ai/dianna" keywords: - XAI diff --git a/dianna/__init__.py b/dianna/__init__.py index f4c35b10..2e9051d9 100644 --- a/dianna/__init__.py +++ b/dianna/__init__.py @@ -32,7 +32,7 @@ __author__ = 'DIANNA Team' __email__ = 'dianna-ai@esciencecenter.nl' -__version__ = '1.6.0' +__version__ = '1.7.0' def explain_timeseries(model_or_function: Union[Callable, str], diff --git a/docs/conf.py b/docs/conf.py index 03d86a5a..2cb5f36a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ # built documents. # # The short X.Y version. -version = '1.6.0' +version = '1.7.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.cfg b/setup.cfg index 215c344d..d889bd73 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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.6.0 +version = 1.7.0 license = Apache License 2.0 [options]