Skip to content

Commit e54b869

Browse files
docs : updated to version 0.22
1 parent e32f8ab commit e54b869

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ By [Moduland Co](http://www.moduland.ir)
3838

3939
## Installation
4040
### Source Code
41-
- Download [Version 0.2](https://github.com/moduland/Orangetool/archive/v0.2.zip) or [Latest Source ](https://github.com/Moduland/Orangetool/archive/master.zip)
41+
- Download [Version 0.22](https://github.com/moduland/Orangetool/archive/v0.22.zip) or [Latest Source ](https://github.com/Moduland/Orangetool/archive/master.zip)
4242

4343
- `python3 setup.py install`
4444
### PyPI

orangetool/orangetool_system.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'''
1212
ip_pattern=r"(?:[0-9]{1,3}\.){3}[0-9]{1,3}"
1313
api_1="http://ipinfo.io/ip"
14-
VERSION="orangetool-v0.2"
14+
VERSION="orangetool-v0.22"
1515

1616
def get_temp(Zone=0,DEBUG=False):
1717
'''

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
setup(
33
name = 'orangetool',
44
packages = ['orangetool'],
5-
version = '0.2',
5+
version = '0.22',
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.2',
11+
download_url = 'https://github.com/Moduland/Orangetool/tarball/v0.22',
1212
keywords = ['orangepi', 'raspberrypi', 'embedded-systems','python'],
1313
classifiers = [],
1414
license='MIT',

0 commit comments

Comments
 (0)