Skip to content

Commit

Permalink
Update to 0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas committed Apr 20, 2021
1 parent 509018b commit a184b10
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.19',
version='0.0.20',
description='Python NetBox Client',
long_description=readme(),
python_requires='>=3',
author='Thomas van der Jagt',
author_email='thomas@tjrb.nl',
url='https://github.com/jagter/python-netbox',
download_url='https://github.com/jagter/python-netbox/releases/tag/0.0.19.tar.gz',
download_url='https://github.com/jagter/python-netbox/releases/tag/0.0.20.tar.gz',
packages=find_packages(),
install_requires=['ipaddress', 'requests'],
classifiers = [
Expand Down

0 comments on commit a184b10

Please sign in to comment.