Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 89ba8c9

Browse files
authoredAug 21, 2024··
Bump version to 1.8 (#1868)
1 parent 40a7783 commit 89ba8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from datetime import datetime, timezone
88

99
# To be updated every time we start a new major.minor version.
10-
major_minor = "1.7"
10+
major_minor = "1.8"
1111

1212
# Default to 'dev' builds
1313
BUILD_TYPE = os.environ.get("BUILD_TYPE") or "dev"

0 commit comments

Comments
 (0)
Please sign in to comment.