We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ea2f63 commit fdc2539Copy full SHA for fdc2539
1 file changed
setup.py
@@ -5,7 +5,7 @@ def main():
5
console_scripts = ['protoc-gen-purerpc=purerpc.protoc_plugin.plugin:main']
6
setup(
7
name="purerpc",
8
- version="0.0.1",
+ version="0.1.0",
9
author="Andrew Stepanov",
10
description="Asynchronous pure python gRPC server and client implementation using curio "
11
"and hyper-h2.",
0 commit comments