From 9e25be5e3525a6c3a3fa27f70fb966f475bc602c Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Fri, 31 Aug 2018 12:48:29 -0500 Subject: [PATCH] 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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ad51bf7..a59d2ac 100644 --- a/setup.py +++ b/setup.py @@ -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)',