diff --git a/setup.py b/setup.py index 1cb54dcd4..10a9198bb 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="napalm", - version="3.0.0", + version="3.0.1", packages=find_packages(exclude=("test*",)), test_suite="test_base", author="David Barroso, Kirk Byers, Mircea Ulinic",