We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2f44d commit b6dd433Copy full SHA for b6dd433
setup.py
@@ -6,7 +6,7 @@
6
7
PROJECT_DIR = Path(__file__).parent.resolve()
8
README_FILE = PROJECT_DIR / "README.md"
9
-VERSION = "12.4.0"
+VERSION = "12.4.1"
10
11
with open("requirements.txt", encoding="utf-8") as file: # noqa: PTH123
12
requirements = file.read().splitlines()
0 commit comments