Update setup.py for new release (#108)

This commit is contained in:
Solvik 2020-01-28 11:29:25 +01:00 committed by GitHub
parent 2280169cd9
commit bdc2cbeb8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='netbox_agent',
version='0.3.1',
version='0.5.0',
description='NetBox agent for server',
long_description=open('README.md', encoding="utf-8").read(),
url='https://github.com/solvik/netbox_agent',