From f0950ec8aac404686de982d238e611e8b4b19bbd Mon Sep 17 00:00:00 2001 From: Christiaan Meijer <c.meijer@esciencecenter.nl> Date: Mon, 14 Feb 2022 11:57:19 +0100 Subject: [PATCH] bump minor version --- .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 423d1c44..5cd05e88 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1 +current_version = 0.3.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 ad190f7c..393989a3 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -30,7 +30,7 @@ authors: # date-released: 2021-12-23 doi: 10.5281/zenodo.5801485 -version: "0.2.1" +version: "0.3.0" repository-code: "https://github.com/dianna-ai/dianna" keywords: - XAI diff --git a/dianna/__init__.py b/dianna/__init__.py index 065f72d7..96655b19 100644 --- a/dianna/__init__.py +++ b/dianna/__init__.py @@ -30,7 +30,7 @@ __author__ = "DIANNA Team" __email__ = "dianna-ai@esciencecenter.nl" -__version__ = "0.2.1" +__version__ = "0.3.0" def explain_image(model_or_function, input_data, method, labels=(1,), **kwargs): diff --git a/docs/conf.py b/docs/conf.py index 92ce36bc..ee93d259 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ # built documents. # # The short X.Y version. -version = "0.2.1" +version = "0.3.0" # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.cfg b/setup.cfg index 051c0efb..0fde031a 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 = 0.2.1 +version = 0.3.0 [options] zip_safe = False