Skip to content

Commit

Permalink
Revert "bumping version to v1.10.0"
Browse files Browse the repository at this point in the history
This reverts commit 4fa6431.
  • Loading branch information
hanxiao committed Dec 20, 2019
1 parent 4fa6431 commit 170802a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/bert_serving/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
__all__ = ['__version__', 'BertClient', 'ConcurrentBertClient']

# in the future client version must match with server version
__version__ = '1.10.0'
__version__ = '1.9.9'

if sys.version_info >= (3, 0):
from ._py3_var import *
Expand Down
2 changes: 1 addition & 1 deletion server/bert_serving/server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from .zmq_decor import multi_socket

__all__ = ['__version__', 'BertServer']
__version__ = '1.10.0'
__version__ = '1.9.9'

_tf_ver_ = check_tf_version()

Expand Down

0 comments on commit 170802a

Please sign in to comment.