Skip to content

Commit

Permalink
Roll the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Jan 17, 2016
1 parent 0ccab2b commit 0079108
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 @@ -6,6 +6,6 @@
from netmiko.ssh_exception import NetMikoTimeoutException
from netmiko.ssh_exception import NetMikoAuthenticationException

__version__ = '0.2.8'
__version__ = '0.3.0'
__all__ = ('ConnectHandler', 'ssh_dispatcher', 'platforms', 'SCPConn', 'FileTransfer',
'NetMikoTimeoutException', 'NetMikoAuthenticationException')

0 comments on commit 0079108

Please sign in to comment.