Skip to content

Commit

Permalink
bump version to 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Dec 20, 2024
1 parent 3a7c496 commit 823e4f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maix/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Versions should comply with PEP440: https://peps.python.org/pep-0440/

version_major = 4
version_minor = 8
version_patch = 2
version_minor = 9
version_patch = 0

__version__ = "{}.{}.{}".format(version_major, version_minor, version_patch)

0 comments on commit 823e4f7

Please sign in to comment.