Skip to content

Commit

Permalink
version 2.03
Browse files Browse the repository at this point in the history
  • Loading branch information
linickx committed Feb 14, 2016
1 parent d8a319f commit cb24427
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 @@ -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:
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.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',
Expand Down

0 comments on commit cb24427

Please sign in to comment.