Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
erick-otenyo committed Oct 20, 2024
1 parent dc37a2d commit ca43a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion climweb/src/climweb/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# major.minor.patch.release.number
# release must be one of alpha, beta, rc, or final
VERSION = (0, 9, 4, "beta", 1)
VERSION = (0, 9, 4, "final", 0)


def get_semver_version(version):
Expand Down

0 comments on commit ca43a4c

Please sign in to comment.