Skip to content

Commit 1e123fa

Browse files
authored
Bump version to 1.6 (#1616)
1 parent 5a1054e commit 1e123fa

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.5"
10+
major_minor = "1.6"
1111

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

0 commit comments

Comments
 (0)