diff options
author | Thomas Wouters <thomas@python.org> | 2023-10-13 10:50:46 +0200 |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2023-10-13 10:52:10 +0200 |
commit | ad056f03aee8000a1564a1d17f655f8713c48e48 (patch) | |
tree | cb6274fc5d29d315836ca839e0765322c109ef07 /Include/patchlevel.h | |
parent | b7f9661bc12fdfec98684c89f03177ae5d3d74c1 (diff) | |
download | cpython-ad056f03aee8000a1564a1d17f655f8713c48e48.tar.gz cpython-ad056f03aee8000a1564a1d17f655f8713c48e48.zip |
Python 3.13.0a1v3.13.0a1
Diffstat (limited to 'Include/patchlevel.h')
-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 ae9d36c12d6..e2a72915a1c 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 13 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA -#define PY_RELEASE_SERIAL 0 +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.13.0a0" +#define PY_VERSION "3.13.0a1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |