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 c0d3858 commit 52f4a18Copy full SHA for 52f4a18
Makefile
@@ -2,7 +2,7 @@
2
# are usually completed in github actions.
3
4
SHELL := /bin/bash
5
-VERSION := 1.3.4
+VERSION := 1.4
6
7
NAME := DeepCAVE
8
PACKAGE_NAME := deepcave
setup.py
@@ -46,7 +46,7 @@ def read_file(file_name):
46
47
setuptools.setup(
48
name="deepcave",
49
- author_email="l.fehring@ai.uni-hannover.de",
+ author_email="m.wever@ai.uni-hannover.de",
50
description="An interactive framework to visualize and analyze your AutoML process in real-time.",
51
long_description=read_file("README.md"),
52
long_description_content_type="text/markdown",
0 commit comments