Bump version to v0.3.29 for release

This commit is contained in:
msramalho
2024-07-16 16:05:59 +01:00
parent b2d462441e
commit 5d30d18b7b

View File

@@ -2,7 +2,7 @@ _MAJOR = "0"
_MINOR = "3"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "28"
_PATCH = "29"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = ""