Skip to content

Commit

Permalink
Version 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
linickx committed Aug 23, 2016
1 parent 2a917af commit 019e6c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crassh.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# pylint: disable=C0301

# Global variables
crassh_version = "2.6" # Version Control in a Variable
crassh_version = "2.7" # Version Control in a Variable
remote_conn = "" # Paramiko Remote Connection
remote_conn_pre = "" # Paramiko Remote Connection Settings (pre-connect)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
README = open('README.rst').read()

setup(name='CraSSH',
version='2.6',
version='2.7',
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',
Expand Down

0 comments on commit 019e6c0

Please sign in to comment.