Skip to content

Commit

Permalink
chore(docarray): add build script for docarray
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Dec 12, 2021
1 parent 5e20019 commit 799de04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docarray/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.0.1'
__version__ = '0.0.2'

from .array import DocumentArray
from .document import Document
Expand Down
2 changes: 1 addition & 1 deletion jina/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def _warning_on_one_line(message, category, filename, lineno, *args, **kwargs):
# this is managed by git tag and updated on every release
# NOTE: this represents the NEXT release version

__version__ = '2.6.1'
__version__ = '2.6.2'

# do not change this line manually
# this is managed by proto/build-proto.sh and updated on every execution
Expand Down
2 changes: 1 addition & 1 deletion scripts/docarray-release/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

set -ex

INIT_FILE='docarray/__init__.py'
INIT_FILE='../../docarray/__init__.py'
VER_TAG='__version__ = '

function escape_slashes {
Expand Down

0 comments on commit 799de04

Please sign in to comment.