diff --git a/README.md b/README.md index 043288d..b083160 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,7 @@ The following software is required: To install simply run: ``` -git clone https://github.com/napalm-automation-community/napalm-arubaos-switch -cd napalm-arubaoss-switch -pip3 install . +pip3 install napalm-arubaos-switch ``` ### Switch configuration diff --git a/setup.py b/setup.py index 6e88a72..afe915c 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="napalm-arubaos-switch", - version="0.1.0", + version="0.1.1", packages=find_packages(), author="Guillermo Cotone", author_email="15230109+gcotone@users.noreply.github.com",