Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects

Update file setup.py

Merged Laurent VENIER requested to merge lav_version_0.5.0 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup(
name='netbox-rps-plugin',
version='0.1.0',
version='0.5.0',
description='A Netbox plugin to add RPS resources',
install_requires=[],
packages=find_packages('./src'),
Loading