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 c16ef1e commit 8e74e23Copy full SHA for 8e74e23
Makefile
@@ -2,7 +2,7 @@
2
# are usually completed in github actions.
3
4
SHELL := /bin/bash
5
-VERSION := 1.3.3
+VERSION := 1.3.4
6
7
NAME := DeepCAVE
8
PACKAGE_NAME := deepcave
deepcave/__init__.py
@@ -44,7 +44,7 @@
44
"Source Code": "https://github.com/automl/deepcave",
45
}
46
copyright = f"Copyright {datetime.date.today().strftime('%Y')}, {author}"
47
-version = "1.3.3"
+version = "1.3.4"
48
49
_exec_file = sys.argv[0]
50
_exec_files = ["server.py", "worker.py", "sphinx-build"]
0 commit comments