summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2025-04-08 13:53:49 (GMT)
committerThomas Wouters <thomas@python.org>2025-04-08 13:54:08 (GMT)
commit6280bb547840b609feedb78887c6491af75548e8 (patch)
tree93cd3c95c0de296ec949673762a860f0203c902b /Include/patchlevel.h
parent67c7de49dc326c931188509cf6b008e0a53129e6 (diff)
downloadcpython-3.13.3.zip
cpython-3.13.3.tar.gz
cpython-3.13.3.tar.bz2
Python 3.13.3v3.13.3
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 55f3cbe..65223a1 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 2
+#define PY_MICRO_VERSION 3
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.13.2+"
+#define PY_VERSION "3.13.3"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.