-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
98cdc7c
commit 6c9d287
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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, [email protected]", | ||
version="2.2.0", | ||
author="Mario Krenn, Alston Lo, Robert Pollice and many other contributors", | ||
author_email="mario.krenn@mpl.mpg.de, [email protected]", | ||
description="SELFIES (SELF-referencIng Embedded Strings) is a " | ||
"general-purpose, sequence-based, robust representation of " | ||
"semantically constrained graphs.", | ||
|