diff --git a/crassh.py b/crassh.py index a786347..190cf8f 100755 --- a/crassh.py +++ b/crassh.py @@ -26,7 +26,7 @@ import re # Version Control in a Variable -crassh_version = "2.02" +crassh_version = "2.03" # Python 2 & 3 input compatibility try: diff --git a/setup.py b/setup.py index 806b4e9..abf35ac 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ README = open('README.rst').read() setup(name='CraSSH', - version='2.02', + version='2.03', description='Cisco Remote Automation via SSH (or C.R.A.SSH for short) is a python script for automating commands on Cisco devices.', long_description=README, author='Nick Bettison',