summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2025-10-14 13:52:15 (GMT)
committerThomas Wouters <thomas@python.org>2025-10-14 13:52:31 (GMT)
commit8183fa5e3f78ca6ab862de7fb8b14f3d929421e0 (patch)
tree627b925c27ce76352360de53929cb2f14c4b3bfb /Include
parentbc2c8d748cf059712e9d513e05ea13e13844150d (diff)
downloadcpython-3.13.9.zip
cpython-3.13.9.tar.gz
cpython-3.13.9.tar.bz2
Python 3.13.9v3.13.9
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 3f7feaf..00f6ce1 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 8
+#define PY_MICRO_VERSION 9
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.13.8"
+#define PY_VERSION "3.13.9"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.