Skip to content

Commit

Permalink
Updating the version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Feb 20, 2024
1 parent 65c0007 commit c909d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
# If you need to change the version, do so in the project.toml, e.g. by using `poetry version X.Y.Z`.
MAJOR = 0
MINOR = 2
PATCH = 6
PATCH = 7
VERSION = f"{MAJOR}.{MINOR}.{PATCH}"

0 comments on commit c909d66

Please sign in to comment.