Skip to content

Commit

Permalink
Bumped version to 3.5.5, explicitly marking as Python 3.12 compatible…
Browse files Browse the repository at this point in the history
… in package metadata
  • Loading branch information
sveinbjornt committed Oct 25, 2023
1 parent 71cdbbe commit 67af8b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def read(*names: str, **kwargs: Any) -> str:
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Python Modules",
Expand Down
2 changes: 1 addition & 1 deletion src/reynir/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.5.4"
__version__ = "3.5.5"

0 comments on commit 67af8b9

Please sign in to comment.