Skip to content

Commit

Permalink
Update version.py to increment the patch number to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Riccorl committed Sep 12, 2024
1 parent 9784606 commit 0471e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relik/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
_MINOR = "0"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "6"
_PATCH = "7"
# 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 = os.environ.get("RELIK_VERSION_SUFFIX", "")
Expand Down

0 comments on commit 0471e11

Please sign in to comment.