Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
erick-otenyo committed Jun 14, 2024
1 parent 35f5180 commit d676da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmhs_cms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# major.minor.patch.release.number
# release must be one of alpha, beta, rc, or final
VERSION = (0, 8, 89, "beta", 2)
VERSION = (0, 9, 0, "final", 0)

__version__ = get_version(VERSION)

Expand Down

0 comments on commit d676da2

Please sign in to comment.