Skip to content

Commit

Permalink
chore: upgrade version to 0.3.135
Browse files Browse the repository at this point in the history
  • Loading branch information
jianliang00 committed Dec 10, 2024
1 parent 1547085 commit 68a2596
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, 134)
VERSION = (0, 3, 135)

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

0 comments on commit 68a2596

Please sign in to comment.