From 0079108ded73dea750d7b0cf9d769cf69308b5a1 Mon Sep 17 00:00:00 2001 From: Kirk Byers Date: Sat, 16 Jan 2016 16:59:37 -0800 Subject: [PATCH] Roll the version number --- netmiko/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netmiko/__init__.py b/netmiko/__init__.py index 3d4355cdd..f6354980b 100644 --- a/netmiko/__init__.py +++ b/netmiko/__init__.py @@ -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')