diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2021-12-06 17:56:39 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2021-12-06 18:23:39 (GMT) |
commit | 2cd268a3a9340346dd86b66db2e9b428b3f878fc (patch) | |
tree | b36bfad77afcdc682ac5729ce2e08f72c461098e /Include | |
parent | 1528d249a5f8492801d09755f402618688337006 (diff) | |
download | cpython-2cd268a3a9340346dd86b66db2e9b428b3f878fc.zip cpython-2cd268a3a9340346dd86b66db2e9b428b3f878fc.tar.gz cpython-2cd268a3a9340346dd86b66db2e9b428b3f878fc.tar.bz2 |
Python 3.10.1v3.10.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 56869c5..9e8a560 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 10 -#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.10.0+" +#define PY_VERSION "3.10.1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |