Skip to content

Commit 8e50736

Browse files
authored
chore: update jina version (#5528)
1 parent 3cc4762 commit 8e50736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jina/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def _warning_on_one_line(message, category, filename, lineno, *args, **kwargs):
6565
# this is managed by git tag and updated on every release
6666
# NOTE: this represents the NEXT release version
6767

68-
__version__ = '3.12.1'
68+
__version__ = '3.13.0'
6969

7070
# do not change this line manually
7171
# this is managed by proto/build-proto.sh and updated on every execution

0 commit comments

Comments
 (0)