Skip to content

Commit 0380457

Browse files
authored
Update version to 1.9 (#1942)
1 parent b192d38 commit 0380457

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.8"
10+
major_minor = "1.9"
1111

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

0 commit comments

Comments
 (0)