Skip to content

Commit

Permalink
update to 0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas committed Apr 16, 2021
1 parent e185b49 commit 1980464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ def readme():


setup(name='python-netbox',
version='0.0.18',
version='0.0.19',
description='Python NetBox Client',
long_description=readme(),
python_requires='>=3',
author='Thomas van der Jagt',
author_email='[email protected]',
url='https://github.com/jagter/python-netbox',
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',
packages=find_packages(),
install_requires=['ipaddress', 'requests'],
classifiers = [
Expand Down

0 comments on commit 1980464

Please sign in to comment.