From 533340679b8aceb0fd226bd1e478110bcd7b1f6a Mon Sep 17 00:00:00 2001 From: Katharina Buchthal Date: Thu, 26 Sep 2024 14:58:53 +0200 Subject: [PATCH] Updated setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c24530a7..1a4b6120 100644 --- a/setup.py +++ b/setup.py @@ -2,11 +2,11 @@ setup( name="kinfraglib", - version="1.0.0", + version="2.0.0", description="Kinase-focused fragment library", url="https://github.com/volkamerlab/kinfraglib", author="Volkamer Lab", - author_email="andrea.volkamer@charite.de", + author_email="volkamer@cs.uni-saarland.de", license="MIT", packages=find_packages(), classifiers=[