mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-21 13:30:26 +00:00
chore: bump to 2.6.0rc3
This commit is contained in:
@@ -8,5 +8,5 @@ def _to_int(s):
|
||||
return s
|
||||
|
||||
|
||||
__version__ = "2.6.0rc2"
|
||||
__version__ = "2.6.0rc3"
|
||||
version_info = tuple(_to_int(s) for s in __version__.split("."))
|
||||
|
||||
Reference in New Issue
Block a user