mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-13 09:46:10 +00:00
chore: prepare for 2.9
This commit is contained in:
@@ -8,5 +8,5 @@ def _to_int(s):
|
||||
return s
|
||||
|
||||
|
||||
__version__ = "2.9.0.dev1"
|
||||
__version__ = "2.9.0"
|
||||
version_info = tuple(_to_int(s) for s in __version__.split("."))
|
||||
|
||||
Reference in New Issue
Block a user