Skip to content

Commit

Permalink
Roll version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Mar 24, 2017
1 parent 23babd3 commit 88f968c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netmiko/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
NetmikoTimeoutError = NetMikoTimeoutException
NetmikoAuthError = NetMikoAuthenticationException

__version__ = '1.2.8'
__version__ = '1.3.0'

__all__ = ('ConnectHandler', 'ssh_dispatcher', 'platforms', 'SCPConn', 'FileTransfer',
'NetMikoTimeoutException', 'NetMikoAuthenticationException',
Expand Down

0 comments on commit 88f968c

Please sign in to comment.