We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c36a41a commit 1a8cc8aCopy full SHA for 1a8cc8a
Makefile
@@ -2,7 +2,7 @@
2
# are usually completed in github actions.
3
4
SHELL := /bin/bash
5
-VERSION := 1.3
+VERSION := 1.3.1
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"
+version = "1.3.1"
48
49
_exec_file = sys.argv[0]
50
_exec_files = ["server.py", "worker.py", "sphinx-build"]
0 commit comments