From 13effb2f1399a18c97fba2ab7e040827224b65ab Mon Sep 17 00:00:00 2001 From: Omar Shouman Date: Wed, 6 Dec 2023 18:22:55 +0200 Subject: [PATCH] Update __init__.py --- dlomix/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlomix/__init__.py b/dlomix/__init__.py index f5fe21e0..072581d0 100644 --- a/dlomix/__init__.py +++ b/dlomix/__init__.py @@ -5,6 +5,6 @@ "author_email": "o.shouman@tum.de", "description": "Deep Learning for Proteomics", "package_name": "DLOmix", - "copyright_text": "2022, Wilhelm Lab, TU Munich.", + "copyright_text": "2023, Wilhelm Lab, TU Munich.", "github_url": "https://github.com/wilhelm-lab/dlomix", }