We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e185b49 commit 1980464Copy full SHA for 1980464
setup.py
@@ -14,14 +14,14 @@ def readme():
14
15
16
setup(name='python-netbox',
17
- version='0.0.18',
+ version='0.0.19',
18
description='Python NetBox Client',
19
long_description=readme(),
20
python_requires='>=3',
21
author='Thomas van der Jagt',
22
author_email='[email protected]',
23
url='https://github.com/jagter/python-netbox',
24
- download_url='https://github.com/jagter/python-netbox/releases/tag/0.0.18.tar.gz',
+ download_url='https://github.com/jagter/python-netbox/releases/tag/0.0.19.tar.gz',
25
packages=find_packages(),
26
install_requires=['ipaddress', 'requests'],
27
classifiers = [
0 commit comments