chore(version): the next version will be 0.0.20

build(JoanFM): release 0.0.19
This commit is contained in:
Jina Dev Bot 2023-10-08 03:17:48 +00:00
parent 059dc489b4
commit a43080813c
2 changed files with 18 additions and 1 deletions

View File

@ -15,6 +15,7 @@
<a name=release-note-0-0-1></a>
## Release Note (`0.0.1`)
@ -300,3 +301,19 @@
- [[```4c5f5ebc```](https://github.com/jina-ai/jina/commit/4c5f5ebc909d7308daf9c1813fc8e022f93ad1d6)] __-__ __version__: the next version will be 0.0.18 (*Jina Dev Bot*)
<a name=release-note-0-0-19></a>
## Release Note (`0.0.19`)
> Release time: 2023-10-08 03:17:44
🙇 We'd like to thank all contributors for this new release! In particular,
0x376h, Naymul Islam, Jina Dev Bot, 🙇
### 🍹 Other Improvements
- [[```059dc489```](https://github.com/jina-ai/jina/commit/059dc489b4e2c698ef8e71811eafee2c7a0ae500)] __-__ add num_docs (#62) (*0x376h*)
- [[```35cbf73a```](https://github.com/jina-ai/jina/commit/35cbf73a355e33667e66d9949c8ef58e28a10bd1)] __-__ __version__: the next version will be 0.0.19 (*Jina Dev Bot*)

View File

@ -12,7 +12,7 @@ def _ignore_warnings():
_ignore_warnings()
__version__ = '0.0.19'
__version__ = '0.0.20'
from vectordb.client import Client
from vectordb.db.hnsw_vectordb import HNSWVectorDB