Skip to content

Commit 66e5052

Browse files
authored
Release 12.0.1 (#703)
1 parent cd7fdb4 commit 66e5052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
PROJECT_DIR = Path(__file__).parent.resolve()
88
README_FILE = PROJECT_DIR / "README.md"
9-
VERSION = "12.0.0"
9+
VERSION = "12.0.1"
1010

1111
with open("requirements.txt", encoding="utf-8") as file: # noqa: PTH123
1212
requirements = file.read().splitlines()

0 commit comments

Comments
 (0)