Skip to content

Commit

Permalink
Merge pull request #154 from HeathLee/master
Browse files Browse the repository at this point in the history
update grpc version
  • Loading branch information
yandy committed Mar 13, 2020
2 parents 61a026b + d127707 commit b906ef9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
grpcio>=1.12.0,<1.28.0
grpcio-tools>=1.12.0,<1.28.0
grpcio>=1.27.0,<1.28.0
grpcio-tools>=1.27.0,<1.28.0
pendulum
blinker
jinja2
2 changes: 1 addition & 1 deletion sea/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from sea.utils import import_string
from sea.local import Proxy

__version__ = "2.1.0"
__version__ = "2.2.0"
_app = None


Expand Down

0 comments on commit b906ef9

Please sign in to comment.