Skip to content

Commit

Permalink
Merge pull request #93 from haydn-jones/patch-1
Browse files Browse the repository at this point in the history
Fix incorrect version in __init__.py
  • Loading branch information
MarioKrenn6240 authored Sep 24, 2022
2 parents 3646a66 + 292ba35 commit f033394
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 @@
mario.krenn@utoronto.ca and alan@aspuru.com.
"""

__version__ = "2.1.0"
__version__ = "2.1.1"

__all__ = [
"encoder",
Expand Down

0 comments on commit f033394

Please sign in to comment.