From 6d7eb97001253c80840aa643783171709a26a83f Mon Sep 17 00:00:00 2001 From: Keith Knowles <128771411+NetTech2001@users.noreply.github.com> Date: Sun, 12 May 2024 13:00:07 -0600 Subject: [PATCH] Update setup.py Update versioning and author --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 6b8cfc3..adefb7d 100644 --- a/setup.py +++ b/setup.py @@ -5,11 +5,11 @@ with open('README.md', encoding='utf-8') as f: setup( name='netbox-interface-sync', - version='0.2.0', - description='Syncing interfaces with the interfaces from device type for NetBox devices', + version='0.4.0', + description='Syncing interfaces with the interfaces from device type for NetBox 4 devices', long_description=long_description, long_description_content_type='text/markdown', - author='Victor Golovanenko', + author='Based on work by Victor Golovanenko', author_email='drygdryg2014@yandex.com', license='GPL-3.0', install_requires=['attrs>=21.1.0'],