There was an error while loading. Please reload this page.
1 parent 9e57fbd commit cd6dfd6Copy full SHA for cd6dfd6
Python/setup.py
@@ -8,7 +8,7 @@
8
from setuptools import setup # Always prefer setuptools over distutils
9
from pathlib import Path
10
11
-VERSION = '5.9.0'
+VERSION = '5.9.2'
12
13
this_directory = Path(__file__).parent
14
LONG_DESCRIPTION = (this_directory / "README.md").read_text()
0 commit comments