Skip to content

Commit 52f4a18

Browse files
committed
Adapted version number.
1 parent c0d3858 commit 52f4a18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# are usually completed in github actions.
33

44
SHELL := /bin/bash
5-
VERSION := 1.3.4
5+
VERSION := 1.4
66

77
NAME := DeepCAVE
88
PACKAGE_NAME := deepcave

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def read_file(file_name):
4646

4747
setuptools.setup(
4848
name="deepcave",
49-
author_email="l.fehring@ai.uni-hannover.de",
49+
author_email="m.wever@ai.uni-hannover.de",
5050
description="An interactive framework to visualize and analyze your AutoML process in real-time.",
5151
long_description=read_file("README.md"),
5252
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)