Update version in cases (#3007)

Signed-off-by: zw <zw@milvus.io>

Co-authored-by: zw <zw@milvus.io>
pull/3014/head
del-zhenwu 2020-07-25 14:47:52 +08:00 committed by GitHub
parent c394608d4f
commit 7457438ba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import logging
import pytest
__version__ = '0.10.1'
__version__ = '0.10.2'
class TestPing: