Skip to content
This repository has been archived by the owner on Nov 23, 2019. It is now read-only.

Commit

Permalink
Prepare 0.0.2.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
topikachu committed May 17, 2015
1 parent cb9a12f commit ec83be3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
from setuptools import setup

setup(name='python-ev3',
version='0.0.2.7',
version='0.0.2.8',
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.7"
download_url="https://github.com/topikachu/python-ev3/releases/tag/0.0.2.8"
)

0 comments on commit ec83be3

Please sign in to comment.