diff --git a/CITATION.cff b/CITATION.cff index dbfc6cc1..318fd9da 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -45,7 +45,7 @@ authors: orcid: "https://orcid.org/0000-0002-5413-9038" doi: 10.5281/zenodo.5801485 -version: "1.0.0" +version: "1.1.0" repository-code: "https://github.com/dianna-ai/dianna" keywords: - XAI diff --git a/dianna/__init__.py b/dianna/__init__.py index d599ad03..9139abd2 100644 --- a/dianna/__init__.py +++ b/dianna/__init__.py @@ -28,7 +28,7 @@ __author__ = 'DIANNA Team' __email__ = 'dianna-ai@esciencecenter.nl' -__version__ = '1.0.0' +__version__ = '1.1.0' def explain_timeseries(model_or_function, timeseries_data, method, labels, diff --git a/docs/conf.py b/docs/conf.py index 8f873244..008640f6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ # built documents. # # The short X.Y version. -version = '1.0.0' +version = '1.1.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.cfg b/setup.cfg index e6dc8b1b..708c5a39 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,7 @@ name = dianna project_urls = Bug Tracker = https://github.com/dianna-ai/dianna/issues url = https://github.com/dianna-ai/dianna -version = 1.0.0 +version = 1.1.0 license = Apache License 2.0 [options]