From ebd47d2167c2fe797fb65ebf39fdec23df4afaaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Duda?= Date: Tue, 23 Oct 2018 18:52:34 +0200 Subject: [PATCH] [pypi] bump version to 1.0.0a3 (#55) --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d288044..b52b568 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='pyspinel', - version='1.0.0a2', + version='1.0.0a3', description='A Python interface to the OpenThread Network Co-Processor (NCP)', url='https://github.com/openthread/openthread', author='The OpenThread Authors', @@ -39,6 +39,7 @@ 'Topic :: Software Development :: Embedded Systems', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.4', ], keywords='openthread thread spinel ncp', packages=find_packages(),