Skip to content

Commit 0471e11

Browse files
committed
Update version.py to increment the patch number to 7
1 parent 9784606 commit 0471e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

relik/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
_MINOR = "0"
55
# On main and in a nightly release the patch should be one ahead of the last
66
# released build.
7-
_PATCH = "6"
7+
_PATCH = "7"
88
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
99
# https://semver.org/#is-v123-a-semantic-version for the semantics.
1010
_SUFFIX = os.environ.get("RELIK_VERSION_SUFFIX", "")

0 commit comments

Comments
 (0)