Skip to content

Commit cd6dfd6

Browse files
committed
Release Python 5.9.2
1 parent 9e57fbd commit cd6dfd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from setuptools import setup # Always prefer setuptools over distutils
99
from pathlib import Path
1010

11-
VERSION = '5.9.0'
11+
VERSION = '5.9.2'
1212

1313
this_directory = Path(__file__).parent
1414
LONG_DESCRIPTION = (this_directory / "README.md").read_text()

0 commit comments

Comments
 (0)