Skip to content

Commit f47788f

Browse files
committed
Bump version for sprint 12 release
1 parent 61f1c47 commit f47788f

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 = 0.1.0
2+
current_version = 0.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
@@ -27,7 +27,7 @@ authors:
2727
# date-released and DOI to be updated
2828
date-released: 1999-01-01
2929
doi: 10.0000/FIXME
30-
version: "0.1.0"
30+
version: "0.2.0"
3131
repository-code: "https://github.com/dianna-ai/dianna"
3232
keywords:
3333
- XAI

dianna/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
__author__ = "DIANNA Team"
99
__email__ = "dianna-ai@esciencecenter.nl"
10-
__version__ = "0.1.0"
10+
__version__ = "0.2.0"
1111

1212

1313
def explain_image(model_or_function, input_data, method, **kwargs):

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 = "0.1.0"
29+
version = "0.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
@@ -25,7 +25,7 @@ name = dianna
2525
project_urls =
2626
Bug Tracker = https://github.com/dianna-ai/dianna/issues
2727
url = https://github.com/dianna-ai/dianna
28-
version = 0.1.0
28+
version = 0.2.0
2929

3030
[options]
3131
zip_safe = False

0 commit comments

Comments
 (0)