Skip to content

Commit 4c4a731

Browse files
setup file modified
1 parent 96a8122 commit 4c4a731

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
@@ -2,13 +2,13 @@
22
setup(
33
name = 'orangetool',
44
packages = ['orangetool'],
5-
version = '0.1',
5+
version = '0.2',
66
description = 'Some useful script for Orangepi/Raspberrypi boards',
77
long_description="",
88
author = 'Moduland Co',
99
author_email = '[email protected]',
1010
url = 'https://github.com/Moduland/Orangetool',
11-
download_url = 'https://github.com/Moduland/Orangetool/tarball/v0.1',
11+
download_url = 'https://github.com/Moduland/Orangetool/tarball/v0.2',
1212
keywords = ['orangepi', 'raspberrypi', 'embedded-systems','python'],
1313
classifiers = [],
1414
license='MIT',

0 commit comments

Comments
 (0)