Skip to content

Commit

Permalink
docs : updated to version 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed May 30, 2017
1 parent e32f8ab commit e54b869
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion orangetool/orangetool_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
'''
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]',
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',
Expand Down

0 comments on commit e54b869

Please sign in to comment.