summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2024-04-09 09:52:31 (GMT)
committerThomas Wouters <thomas@python.org>2024-04-09 09:56:22 (GMT)
commit57aee2a02ce38be30cf6c310245547cf56562ab6 (patch)
tree4be715c6136078128daed987a3b0209e18e6abfd /Include/patchlevel.h
parent57183241af76bf33e44d886a733f799d20fc680c (diff)
downloadcpython-3.13.0a6.zip
cpython-3.13.0a6.tar.gz
cpython-3.13.0a6.tar.bz2
Python 3.13.0a6v3.13.0a6
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 942922b..c14b181 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 5
+#define PY_RELEASE_SERIAL 6
/* Version as a string */
-#define PY_VERSION "3.13.0a5+"
+#define PY_VERSION "3.13.0a6"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.