We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed00f1 commit 1debf77Copy full SHA for 1debf77
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# Version 1.1.2
2
+
3
+## Bug-Fixes
4
+- Fix configspace version.
5
6
# Version 1.1.1
7
8
## Bug-Fixes
Makefile
@@ -2,7 +2,7 @@
# are usually completed in github actions.
SHELL := /bin/bash
-VERSION := 1.1.1
+VERSION := 1.1.2
NAME := DeepCAVE
PACKAGE_NAME := deepcave
deepcave/__init__.py
@@ -17,7 +17,7 @@
17
"Source Code": "https://github.com/automl/deepcave",
18
}
19
copyright = f"Copyright {datetime.date.today().strftime('%Y')}, {author}"
20
-version = "1.1.1"
+version = "1.1.2"
21
22
_exec_file = sys.argv[0]
23
_exec_files = ["server.py", "worker.py", "sphinx-build"]
0 commit comments