Skip to content

Commit 789363d

Browse files
committed
Update versionnumber and change authors
1 parent edce064 commit 789363d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# are usually completed in github actions.
33

44
SHELL := /bin/bash
5-
VERSION := 1.4
5+
VERSION := 1.4.1
66

77
NAME := DeepCAVE
88
PACKAGE_NAME := deepcave

deepcave/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@
3333
name = "DeepCAVE"
3434
package_name = "deepcave"
3535
author = (
36-
"S. Segel and H. Graf and E. Bergman and K. Thieme and L. Fehring and A. Tornede and "
37-
"R. Sass and A. Biedenkapp and F. Hutter and M. Lindauer"
36+
"S. Segel and H. Graf and E. Bergman and K. Thieme and L. Fehring and M. Wever"
37+
" and A. Tornede and R. Sass and A. Biedenkapp and F. Hutter and M. Lindauer"
3838
)
39-
author_email = "l.fehring@ai.uni-hannover.de"
39+
author_email = "m.wever@ai.uni-hannover.de"
4040
description = "A Visualization and Analysis Tool for Automated Machine Learning."
4141
url = "automl.org"
4242
project_urls = {
4343
"Documentation": "https://automl.github.io/DeepCAVE/main",
4444
"Source Code": "https://github.com/automl/deepcave",
4545
}
4646
copyright = f"Copyright {datetime.date.today().strftime('%Y')}, {author}"
47-
version = "1.4"
47+
version = "1.4.1"
4848

4949
_exec_file = sys.argv[0]
5050
_exec_files = ["server.py", "worker.py", "sphinx-build"]

0 commit comments

Comments
 (0)