Skip to content

Commit

Permalink
ci release test
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Jun 20, 2024
1 parent a03de8b commit fedb378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_other_linux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Relase MaixPy for MaixCAM
name: Relase MaixPy for Linux

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion maix/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

version_major = 4
version_minor = 3
version_patch = 2
version_patch = 3

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

0 comments on commit fedb378

Please sign in to comment.