diff --git a/setup.py b/setup.py index 81c0739..36f07ed 100644 --- a/setup.py +++ b/setup.py @@ -12,8 +12,8 @@ setup( name="napalm-iosxr", - version="0.5.0", - packages=find_packages(), + version="0.5.1", + packages=find_packages(exclude=["test", "test.*"]), author="David Barroso, Mircea Ulinic", author_email="dbarrosop@dravetech.com, mircea@cloudflare.com", description="Network Automation and Programmability Abstraction Layer with Multivendor support",