Skip to content

Commit

Permalink
tag update in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-s committed Sep 16, 2016
1 parent cb76477 commit 550fa4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from distutils.core import setup
setup(name='QualiLab_CLI', packages=['QualiLab_CLI'], version='1.0.1',
setup(name='QualiLab_CLI', packages=['QualiLab_CLI'], version='1.0.2',
description='Command line library suport Telnet and SSH for use with Quali CloudShell field solutions', author='Gregory Sloan',
author_email='gregory.s@quali.com',
url='https://github.com/QualiSystemsLab/QualiLab_CLI',
download_url='https://github.com/QualiSystemsLab/QualiLab_CLI/tarball/1.0.1',
download_url='https://github.com/QualiSystemsLab/QualiLab_CLI/tarball/1.0.2',
keywords=['telnet', 'console', 'handler', 'ssh','cli','quali', 'cloudshell'], classifiers=[],
)

0 comments on commit 550fa4c

Please sign in to comment.