Skip to content

Commit

Permalink
Fix incorrect version in __init__.py
Browse files Browse the repository at this point in the history
`selfies/__init__.py` has `__version__` set to 2.1.0 while the current release is `2.1.1`.
  • Loading branch information
haydn-jones committed Sep 13, 2022
1 parent 3646a66 commit 292ba35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfies/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
[email protected] and [email protected].
"""

__version__ = "2.1.0"
__version__ = "2.1.1"

__all__ = [
"encoder",
Expand Down

0 comments on commit 292ba35

Please sign in to comment.