[skip ci] update version in test case (#3967)

Signed-off-by: zw <zw@milvus.io>
This commit is contained in:
del-zhenwu 2020-10-13 09:20:08 +08:00 committed by GitHub
parent 19bda5cf97
commit 9988b516cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
import logging
import pytest
__version__ = '0.10.3'
__version__ = '0.10.4'
class TestPing: