chore: bump to version 2.7.1

This commit is contained in:
Henry Schreiner 2021-08-03 15:05:54 -04:00
parent a2b78a8c27
commit 5f34c42d70
3 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,7 @@
#define PYBIND11_VERSION_MAJOR 2
#define PYBIND11_VERSION_MINOR 7
#define PYBIND11_VERSION_PATCH 1.dev1
#define PYBIND11_VERSION_PATCH 1
// Similar to Python's convention: https://docs.python.org/3/c-api/apiabiversion.html
// Additional convention: 0xD = dev

View File

@ -8,5 +8,5 @@ def _to_int(s):
return s
__version__ = "2.7.1.dev1"
__version__ = "2.7.1"
version_info = tuple(_to_int(s) for s in __version__.split("."))

View File

@ -20,6 +20,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
License :: OSI Approved :: BSD License
Programming Language :: Python :: Implementation :: PyPy
Programming Language :: Python :: Implementation :: CPython