Skip to content

Commit 078c116

Browse files
committed
chore: bump to version 2.7.1
1 parent 9095984 commit 078c116

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

include/pybind11/detail/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#define PYBIND11_VERSION_MAJOR 2
1313
#define PYBIND11_VERSION_MINOR 7
14-
#define PYBIND11_VERSION_PATCH 1.dev1
14+
#define PYBIND11_VERSION_PATCH 1
1515

1616
// Similar to Python's convention: https://docs.python.org/3/c-api/apiabiversion.html
1717
// Additional convention: 0xD = dev

pybind11/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ def _to_int(s):
88
return s
99

1010

11-
__version__ = "2.7.1.dev1"
11+
__version__ = "2.7.1"
1212
version_info = tuple(_to_int(s) for s in __version__.split("."))

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ classifiers =
2020
Programming Language :: Python :: 3.7
2121
Programming Language :: Python :: 3.8
2222
Programming Language :: Python :: 3.9
23+
Programming Language :: Python :: 3.10
2324
License :: OSI Approved :: BSD License
2425
Programming Language :: Python :: Implementation :: PyPy
2526
Programming Language :: Python :: Implementation :: CPython

0 commit comments

Comments
 (0)