From 2dd63e78d3400e51faf3f3be886babb6644b3447 Mon Sep 17 00:00:00 2001 From: David Barroso Date: Wed, 11 May 2016 07:46:47 +0200 Subject: [PATCH] Version 1.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 42a63a5b4..31d66d69e 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="napalm", - version="1.00.0", + version="1.0.1", packages=find_packages(), author="David Barroso", author_email="dbarrosop@dravetech.com",