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