Skip to content

Commit fdc2539

Browse files
committed
Bump version to 0.1.0
1 parent 5ea2f63 commit fdc2539

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def main():
55
console_scripts = ['protoc-gen-purerpc=purerpc.protoc_plugin.plugin:main']
66
setup(
77
name="purerpc",
8-
version="0.0.1",
8+
version="0.1.0",
99
author="Andrew Stepanov",
1010
description="Asynchronous pure python gRPC server and client implementation using curio "
1111
"and hyper-h2.",

0 commit comments

Comments
 (0)