Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
Merge pull request #128 from napalm-automation/develop
Browse files Browse the repository at this point in the history
Release 0.5.1
  • Loading branch information
mirceaulinic committed Jun 26, 2017
2 parents 33f697a + c6b9aaf commit 5d5cb3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5d5cb3a

Please sign in to comment.