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

Commit e8b5fea

Browse files
committed
Prepare 0.0.2.5 release
1 parent 166b5e4 commit e8b5fea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
from setuptools import setup
44

55
setup(name='python-ev3',
6-
version='0.0.2.4',
6+
version='0.0.2.5',
77
license='Apache License 2.0',
88
description='Python library of ev3dev firmware',
99
author='Gong Yi',
1010
author_email='[email protected]',
1111
url='https://github.com/topikachu/python-ev3',
1212
packages=['ev3'],
13-
download_url="https://github.com/topikachu/python-ev3/releases/tag/0.0.2.4"
13+
download_url="https://github.com/topikachu/python-ev3/releases/tag/0.0.2.5"
1414
)

0 commit comments

Comments
 (0)