From b893492653b99865981ebec566b37cd0f9bab0c3 Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 2 Oct 2020 20:07:30 +0200 Subject: [PATCH] Updated setup to 0.0.17 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b212f7b..6ca19af 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def readme(): setup(name='python-netbox', - version='0.0.16', + version='0.0.17', description='Python NetBox Client', long_description=readme(), python_requires='>=3',