From 6c9d287767e40c8c13d410da6778e1b4aa10d4ad Mon Sep 17 00:00:00 2001 From: Mario Krenn <46604014+MarioKrenn6240@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:19:22 +0100 Subject: [PATCH] Update setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 1fc9ea7..75d9dc4 100644 --- a/setup.py +++ b/setup.py @@ -7,9 +7,9 @@ setuptools.setup( name="selfies", - version="2.1.2", - author="Mario Krenn, Alston Lo, and many other contributors", - author_email="mario.krenn@utoronto.ca, alan@aspuru.com", + version="2.2.0", + author="Mario Krenn, Alston Lo, Robert Pollice and many other contributors", + author_email="mario.krenn@mpl.mpg.de, alan@aspuru.com", description="SELFIES (SELF-referencIng Embedded Strings) is a " "general-purpose, sequence-based, robust representation of " "semantically constrained graphs.",