Skip to content

Commit

Permalink
Upgrade to 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas committed Mar 20, 2020
1 parent 85b519c commit b4a2ac5
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.14',
version='0.0.15',
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.13.tar.gz',
download_url='https://github.com/jagter/python-netbox/releases/tag/0.0.15.tar.gz',
packages=find_packages(),
install_requires=['ipaddress', 'requests'],
classifiers = [
Expand Down

0 comments on commit b4a2ac5

Please sign in to comment.