diff options
| author | Thomas Wouters <thomas@python.org> | 2024-12-03 17:55:12 (GMT) |
|---|---|---|
| committer | Thomas Wouters <thomas@python.org> | 2024-12-03 17:59:52 (GMT) |
| commit | 067145177975eadd61a0c907d0d177f7b6a5a3de (patch) | |
| tree | a70156ca64b6f1bae57386c7b019c564227143db /Include | |
| parent | dddea7c2328d498e0e73bb8619d2a3fa1e6f190e (diff) | |
| download | cpython-3.13.1.zip cpython-3.13.1.tar.gz cpython-3.13.1.tar.bz2 | |
Python 3.13.1v3.13.1
Diffstat (limited to 'Include')
| -rw-r--r-- | Include/patchlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 977f1b0..93b0d7b 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 13 -#define PY_MICRO_VERSION 0 +#define PY_MICRO_VERSION 1 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.13.0+" +#define PY_VERSION "3.13.1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
