Skip to content

Commit

Permalink
chore: upgrade version to 0.3.134
Browse files Browse the repository at this point in the history
  • Loading branch information
jianliang00 committed Nov 22, 2024
1 parent 9c80b20 commit 25e15a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# Licensed under the Apache License Version 2.0 that can be found in the
# LICENSE file in the root directory of this source tree.

VERSION = (0, 3, 133)
VERSION = (0, 3, 134)

__version__ = '.'.join(map(str, VERSION))

0 comments on commit 25e15a5

Please sign in to comment.