From 0fd1fecc3b2c8be629b079c5c4f397436615d4e8 Mon Sep 17 00:00:00 2001 From: pikachu Date: Sat, 2 Aug 2014 17:55:44 +0800 Subject: [PATCH] Prepare for 0.0.2.1 release --- setup.py | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/setup.py b/setup.py index dfa2bb8..0db869f 100755 --- a/setup.py +++ b/setup.py @@ -1,14 +1,14 @@ -#!/usr/bin/env python - -from setuptools import setup - -setup(name='python-ev3', - version='0.0.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" - ) \ No newline at end of file +#!/usr/bin/env python + +from setuptools import setup + +setup(name='python-ev3', + version='0.0.2.1', + 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" + )