Skip to content

Commit

Permalink
Set version to v8.2.1, update for python 3.12 (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianeboyd committed Sep 22, 2023
1 parent ea451e4 commit cf51ac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Scientific/Engineering

[options]
Expand Down
2 changes: 1 addition & 1 deletion thinc/about.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "8.2.0"
__version__ = "8.2.1"
__release__ = True

0 comments on commit cf51ac5

Please sign in to comment.