Skip to content

Commit 2053f32

Browse files
author
Thomas v.d. Jagt
committed
make setup.py ready for pypi
1 parent 8d13fdb commit 2053f32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ def readme():
1111
return f.read()
1212

1313
setup(name='python-netbox',
14-
version='0.0.2',
14+
version='0.0.3',
1515
description='Python NetBox Client',
1616
long_description=readme(),
1717
python_requires='>=3',
1818
author='Thomas van der Jagt',
1919
author_email='[email protected]',
2020
url='https://github.com/jagter/python-netbox',
21-
download_url='https://github.com/jagter/python-netbox/releases/tag/0.0.2.tar.gz',
21+
download_url='https://github.com/jagter/python-netbox/releases/tag/0.0.3.tar.gz',
2222
packages=find_packages(),
2323
install_requires=['ipaddress', 'requests'],
2424
classifiers = [

0 commit comments

Comments
 (0)