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 85b519c commit b4a2ac5Copy full SHA for b4a2ac5
setup.py
@@ -14,14 +14,14 @@ def readme():
14
15
16
setup(name='python-netbox',
17
- version='0.0.14',
+ version='0.0.15',
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.13.tar.gz',
+ download_url='https://github.com/jagter/python-netbox/releases/tag/0.0.15.tar.gz',
25
packages=find_packages(),
26
install_requires=['ipaddress', 'requests'],
27
classifiers = [
0 commit comments