mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-13 17:56:02 +00:00
Post release version bump (#4747)
* Boilerplate version number update after v2.11.0 release. * Small updates to release.rst
This commit is contained in:
committed by
GitHub
parent
1a917f1852
commit
e85696e80e
@@ -8,5 +8,5 @@ def _to_int(s: str) -> Union[int, str]:
|
||||
return s
|
||||
|
||||
|
||||
__version__ = "2.11.0"
|
||||
__version__ = "2.12.0.dev1"
|
||||
version_info = tuple(_to_int(s) for s in __version__.split("."))
|
||||
|
||||
Reference in New Issue
Block a user