diff --git a/crassh.py b/crassh.py index dd0662e..376d8ea 100755 --- a/crassh.py +++ b/crassh.py @@ -24,7 +24,7 @@ # pylint: disable=C0301 # Global variables -crassh_version = "2.7" # Version Control in a Variable +crassh_version = "2.8" # Version Control in a Variable remote_conn = "" # Paramiko Remote Connection remote_conn_pre = "" # Paramiko Remote Connection Settings (pre-connect) diff --git a/setup.py b/setup.py index 1bc61a6..ba77ddd 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ README = open('README.rst').read() setup(name='CraSSH', - version='2.7', + version='2.8', 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',