mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-26 08:01:48 +00:00
[skip ci] Tweaks in preparation for the 2.8.1 release. (#3421)
This commit is contained in:
committed by
GitHub
parent
f1594cb960
commit
f7b499615e
@@ -8,5 +8,5 @@ def _to_int(s):
|
||||
return s
|
||||
|
||||
|
||||
__version__ = "2.9.0.dev1"
|
||||
__version__ = "2.8.1"
|
||||
version_info = tuple(_to_int(s) for s in __version__.split("."))
|
||||
|
||||
Reference in New Issue
Block a user