Skip to content

Commit

Permalink
Update to 0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas committed Jan 8, 2021
1 parent 0fea51d commit e939aff
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.17',
version='0.0.18',
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.16.tar.gz',
download_url='https://github.com/jagter/python-netbox/releases/tag/0.0.18.tar.gz',
packages=find_packages(),
install_requires=['ipaddress', 'requests'],
classifiers = [
Expand Down

0 comments on commit e939aff

Please sign in to comment.