Skip to content

Commit 30be3e8

Browse files
authored
Bump version to 13.1.0 (#809)
1 parent 47b7364 commit 30be3e8

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 = "13.0.0"
9+
VERSION = "13.1.0"
1010

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

0 commit comments

Comments
 (0)