From 4b78a4d7314a644559b3dc3f7c954bd69e0f9391 Mon Sep 17 00:00:00 2001 From: Eric Beahan Date: Sat, 1 Apr 2017 17:00:57 -0500 Subject: [PATCH] version bump to 0.4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 934edc1..4e73667 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="napalm-fortios", - version="0.3.1", + version="0.4.0", packages=find_packages(), author="David Barroso", author_email="dbarrosop@dravetech.com",