We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c71ba9 commit 1a02d62Copy full SHA for 1a02d62
setup.py
@@ -6,7 +6,7 @@
6
7
PROJECT_DIR = Path(__file__).parent.resolve()
8
README_FILE = PROJECT_DIR / "README.md"
9
-VERSION = "13.2.0"
+VERSION = "13.3.0"
10
11
with open("requirements.txt", encoding="utf-8") as file: # noqa: PTH123
12
requirements = file.read().splitlines()
0 commit comments