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 e9b8dad commit 3c5fa42Copy full SHA for 3c5fa42
Makefile
@@ -2,7 +2,7 @@
2
# are usually completed in github actions.
3
4
SHELL := /bin/bash
5
-VERSION := 1.1.2
+VERSION := 1.1.3
6
7
NAME := DeepCAVE
8
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.2"
+version = "1.1.3"
21
22
_exec_file = sys.argv[0]
23
_exec_files = ["server.py", "worker.py", "sphinx-build"]
0 commit comments