File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11
11
12
12
#define PYBIND11_VERSION_MAJOR 2
13
13
#define PYBIND11_VERSION_MINOR 7
14
- #define PYBIND11_VERSION_PATCH 1 .dev1
14
+ #define PYBIND11_VERSION_PATCH 1
15
15
16
16
// Similar to Python's convention: https://docs.python.org/3/c-api/apiabiversion.html
17
17
// Additional convention: 0xD = dev
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ def _to_int(s):
8
8
return s
9
9
10
10
11
- __version__ = "2.7.1.dev1 "
11
+ __version__ = "2.7.1"
12
12
version_info = tuple (_to_int (s ) for s in __version__ .split ("." ))
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ classifiers =
20
20
Programming Language :: Python :: 3.7
21
21
Programming Language :: Python :: 3.8
22
22
Programming Language :: Python :: 3.9
23
+ Programming Language :: Python :: 3.10
23
24
License :: OSI Approved :: BSD License
24
25
Programming Language :: Python :: Implementation :: PyPy
25
26
Programming Language :: Python :: Implementation :: CPython
You can’t perform that action at this time.
0 commit comments