diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 51eb2c98..45e7a998 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.2.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 091ac2f4..777af214 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -49,7 +49,7 @@ authors: name-particle: "van der" doi: 10.5281/zenodo.5801485 -version: "1.1.0" +version: "1.2.0" repository-code: "https://github.com/dianna-ai/dianna" keywords: - XAI diff --git a/dianna/__init__.py b/dianna/__init__.py index 9139abd2..9e3014bd 100644 --- a/dianna/__init__.py +++ b/dianna/__init__.py @@ -28,7 +28,7 @@ __author__ = 'DIANNA Team' __email__ = 'dianna-ai@esciencecenter.nl' -__version__ = '1.1.0' +__version__ = '1.2.0' def explain_timeseries(model_or_function, timeseries_data, method, labels, diff --git a/docs/conf.py b/docs/conf.py index 008640f6..99653fd2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ # built documents. # # The short X.Y version. -version = '1.1.0' +version = '1.2.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.cfg b/setup.cfg index 8588524d..35d382b2 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.1.0 +version = 1.2.0 license = Apache License 2.0 [options]