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 cb989ef commit 89d93daCopy full SHA for 89d93da
setup.py
@@ -11,14 +11,14 @@ def readme():
11
return f.read()
12
13
setup(name='python-netbox',
14
- version='0.0.3',
+ version='0.0.4',
15
description='Python NetBox Client',
16
long_description=readme(),
17
python_requires='>=3',
18
author='Thomas van der Jagt',
19
author_email='[email protected]',
20
url='https://github.com/jagter/python-netbox',
21
- download_url='https://github.com/jagter/python-netbox/releases/tag/0.0.3.tar.gz',
+ download_url='https://github.com/jagter/python-netbox/releases/tag/0.0.4.tar.gz',
22
packages=find_packages(),
23
install_requires=['ipaddress', 'requests'],
24
classifiers = [
0 commit comments