setup.py: move version back to 0.1.0

As discussed internally, we're ready to push this to the 'real'
PyPI (not Test PyPI) now. The version has been incremented several
times previously during testing uploads on Test PyPI. This is no
longer necessary, so set it to the real semantic version we desire for
this stage, which is 0.1.0.

Signed-off-by: Marti Bolivar <marti@foundries.io>
This commit is contained in:
Marti Bolivar 2018-08-31 12:48:29 -05:00 committed by Carles Cufí
parent c5dd4f4c20
commit 9e25be5e35
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ with open('tests_requirements.txt', 'r') as f:
setuptools.setup(
name='west',
version='0.2.5',
version='0.1.0',
author='Zephyr Project',
author_email='devel@lists.zephyrproject.org',
description='Zephyr RTOS Project meta-tool (wrapper and bootstrap)',