Skip to content

Commit

Permalink
Bump version to 11.1.0 (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
bieniu authored Jul 7, 2024
1 parent 9abd20d commit a690cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

PROJECT_DIR = Path(__file__).parent.resolve()
README_FILE = PROJECT_DIR / "README.md"
VERSION = "11.0.0"
VERSION = "11.1.0"

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

0 comments on commit a690cfc

Please sign in to comment.