From 0f02defc7883eeeaeb3a6b5aec20a26153db47ac Mon Sep 17 00:00:00 2001 From: pikachu Date: Sun, 17 Aug 2014 13:38:10 +0800 Subject: [PATCH] Prepare 0.0.2.2 release --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0db869f..73c4a9b 100755 --- a/setup.py +++ b/setup.py @@ -3,12 +3,12 @@ from setuptools import setup setup(name='python-ev3', - version='0.0.2.1', + version='0.0.2.2', license='Apache License 2.0', description='Python library of ev3dev firmware', author='Gong Yi', author_email='topikachu@163.com', url='https://github.com/topikachu/python-ev3', packages=['ev3'], - download_url="https://github.com/topikachu/python-ev3/releases/tag/0.0.2.1" + download_url="https://github.com/topikachu/python-ev3/releases/tag/0.0.2.2" )