diff --git a/setup.py b/setup.py index d924d64..46bd86c 100644 --- a/setup.py +++ b/setup.py @@ -103,7 +103,7 @@ def run(self): 'build_ext': BuildExtCommand, }, name='pynng', - version='0.2.1.dev1', + version='0.3.0', author='Cody Piersall', author_email='cody.piersall@gmail.com', description='Networking made simply using nng',