Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
standy66 committed Jun 14, 2018
1 parent 5ea2f63 commit fdc2539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def main():
console_scripts = ['protoc-gen-purerpc=purerpc.protoc_plugin.plugin:main']
setup(
name="purerpc",
version="0.0.1",
version="0.1.0",
author="Andrew Stepanov",
description="Asynchronous pure python gRPC server and client implementation using curio "
"and hyper-h2.",
Expand Down

0 comments on commit fdc2539

Please sign in to comment.