From 91cdb25af472cd5934a889a4cde9bcab69666f11 Mon Sep 17 00:00:00 2001 From: Cody Piersall Date: Wed, 2 Jan 2019 20:20:07 -0600 Subject: [PATCH] Version bump. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',