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

Skip to content
Snippets Groups Projects
Verified Commit a50d8f5e authored by Vincent SIMONIN's avatar Vincent SIMONIN
Browse files

Bump version

parent a3080bec
No related branches found
No related tags found
No related merge requests found
Pipeline #77074 passed
This commit is part of merge request !28. Comments created here will be created in the context of that merge request.
......@@ -5,7 +5,7 @@ class NetBoxRpsConfig(PluginConfig):
name = 'netbox_rps_plugin'
verbose_name = 'NetBox RPS'
description = 'A Netbox plugin to add RPS resources'
version = '0.8.5'
version = '0.9.0'
author = "Vincent Simonin"
author_email = "vincent.simonin@ext.ec.europa.eu"
base_url = 'rps'
......
......@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup(
name='netbox_rps_plugin',
version='0.8.5',
version='0.9.0',
description='A Netbox plugin to add RPS resources',
install_requires=[],
packages=find_packages(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment