Skip to content

Commit a453897

Browse files
committed
bump version to 1.2.0
1 parent 238bb7a commit a453897

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.0
2+
current_version = 1.2.0
33

44
[comment]
55
comment = The contents of this file cannot be merged with that of setup.cfg until https://github.com/c4urself/bump2version/issues/185 is resolved

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ authors:
4949
name-particle: "van der"
5050

5151
doi: 10.5281/zenodo.5801485
52-
version: "1.1.0"
52+
version: "1.2.0"
5353
repository-code: "https://github.com/dianna-ai/dianna"
5454
keywords:
5555
- XAI

dianna/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
__author__ = 'DIANNA Team'
3030
__email__ = 'dianna-ai@esciencecenter.nl'
31-
__version__ = '1.1.0'
31+
__version__ = '1.2.0'
3232

3333

3434
def explain_timeseries(model_or_function, timeseries_data, method, labels,

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# built documents.
2727
#
2828
# The short X.Y version.
29-
version = '1.1.0'
29+
version = '1.2.0'
3030
# The full version, including alpha/beta/rc tags.
3131
release = version
3232

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ name = dianna
2626
project_urls =
2727
Bug Tracker = https://github.com/dianna-ai/dianna/issues
2828
url = https://github.com/dianna-ai/dianna
29-
version = 1.1.0
29+
version = 1.2.0
3030
license = Apache License 2.0
3131

3232
[options]

0 commit comments

Comments
 (0)