diff --git a/setup.py b/setup.py index 5ecf6f855..57249fe21 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="napalm", - version="3.2.0", + version="3.3.0rc1", packages=find_packages(exclude=("test*",)), test_suite="test_base", author="David Barroso, Kirk Byers, Mircea Ulinic",