From e54b8694c4eb6faa49ee0f7b7d0c9d0cad3cea9f Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Tue, 30 May 2017 13:07:13 +0430 Subject: [PATCH] docs : updated to version 0.22 --- README.md | 2 +- orangetool/orangetool_system.py | 2 +- setup.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 151a6d5..cec5a2b 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ By [Moduland Co](http://www.moduland.ir) ## Installation ### Source Code -- Download [Version 0.2](https://github.com/moduland/Orangetool/archive/v0.2.zip) or [Latest Source ](https://github.com/Moduland/Orangetool/archive/master.zip) +- Download [Version 0.22](https://github.com/moduland/Orangetool/archive/v0.22.zip) or [Latest Source ](https://github.com/Moduland/Orangetool/archive/master.zip) - `python3 setup.py install` ### PyPI diff --git a/orangetool/orangetool_system.py b/orangetool/orangetool_system.py index 2090fe4..81e3e1d 100644 --- a/orangetool/orangetool_system.py +++ b/orangetool/orangetool_system.py @@ -11,7 +11,7 @@ ''' ip_pattern=r"(?:[0-9]{1,3}\.){3}[0-9]{1,3}" api_1="http://ipinfo.io/ip" -VERSION="orangetool-v0.2" +VERSION="orangetool-v0.22" def get_temp(Zone=0,DEBUG=False): ''' diff --git a/setup.py b/setup.py index fb2e268..cf443ef 100644 --- a/setup.py +++ b/setup.py @@ -2,13 +2,13 @@ setup( name = 'orangetool', packages = ['orangetool'], - version = '0.2', + version = '0.22', description = 'Some useful script for Orangepi/Raspberrypi boards', long_description="", author = 'Moduland Co', author_email = 'info@moduland.ir', url = 'https://github.com/Moduland/Orangetool', - download_url = 'https://github.com/Moduland/Orangetool/tarball/v0.2', + download_url = 'https://github.com/Moduland/Orangetool/tarball/v0.22', keywords = ['orangepi', 'raspberrypi', 'embedded-systems','python'], classifiers = [], license='MIT',