We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9784606 commit 0471e11Copy full SHA for 0471e11
relik/version.py
@@ -4,7 +4,7 @@
4
_MINOR = "0"
5
# On main and in a nightly release the patch should be one ahead of the last
6
# released build.
7
-_PATCH = "6"
+_PATCH = "7"
8
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
9
# https://semver.org/#is-v123-a-semantic-version for the semantics.
10
_SUFFIX = os.environ.get("RELIK_VERSION_SUFFIX", "")
0 commit comments