Skip to content

Commit f9046ca

Browse files
authored
Bump version to 1.4 (#1413)
1 parent 3e85d6d commit f9046ca

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.3"
10+
major_minor = "1.4"
1111

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

0 commit comments

Comments
 (0)