bump version to 0.3 (#60)
This commit is contained in:
parent
fe69a363f7
commit
c36e03bf35
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='netbox_agent',
|
name='netbox_agent',
|
||||||
version='0.2',
|
version='0.3',
|
||||||
description='NetBox agent for server',
|
description='NetBox agent for server',
|
||||||
long_description=open('README.md', encoding="utf-8").read(),
|
long_description=open('README.md', encoding="utf-8").read(),
|
||||||
url='https://github.com/solvik/netbox_agent',
|
url='https://github.com/solvik/netbox_agent',
|
||||||
|
|
Loading…
Reference in a new issue