Skip to content

Commit

Permalink
Fix version string (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianeboyd authored Jul 8, 2022
1 parent 5508f53 commit 3dcd03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thinc/about.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "v8.1.0"
__version__ = "8.1.0"
__release__ = True

0 comments on commit 3dcd03d

Please sign in to comment.