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

Commit 0f02def

Browse files
committed
Prepare 0.0.2.2 release
1 parent 4b55217 commit 0f02def

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.1',
6+
version='0.0.2.2',
77
license='Apache License 2.0',
88
description='Python library of ev3dev firmware',
99
author='Gong Yi',
1010
author_email='topikachu@163.com',
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.1"
13+
download_url="https://github.com/topikachu/python-ev3/releases/tag/0.0.2.2"
1414
)

0 commit comments

Comments
 (0)