mirror of
https://github.com/napalm-automation-community/napalm-vyos.git
synced 2026-03-03 12:24:49 +00:00
Bump minor version and use NAPALM 3
This commit is contained in:
8
setup.py
8
setup.py
@@ -11,7 +11,7 @@ __author__ = 'Piotr Pieprzycki <piotr.pieprzycki@dreamlab.pl>'
|
||||
|
||||
setup(
|
||||
name="napalm-vyos",
|
||||
version="0.1.6",
|
||||
version="0.2.0",
|
||||
packages=find_packages(),
|
||||
author="Piotr Pieprzycki",
|
||||
author_email="piotr.pieprzycki@dreamlab.pl",
|
||||
@@ -19,12 +19,10 @@ setup(
|
||||
classifiers=[
|
||||
'Topic :: Utilities',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Operating System :: POSIX :: Linux',
|
||||
'Operating System :: MacOS',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user