Skip to content

Commit

Permalink
bump version to v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Jul 10, 2024
1 parent 2d6e76a commit 2b29da9
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 = 3
version_patch = 8
version_minor = 4
version_patch = 0

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

2 comments on commit 2b29da9

@yuyun2000
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

哇哦 仅有两行修改 版本就变了 (奸笑

@Neutree
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

在调试 ci 打包。。。

Please sign in to comment.