diff --git a/netbox_onboarding/__init__.py b/netbox_onboarding/__init__.py index a264f58..d1bc886 100644 --- a/netbox_onboarding/__init__.py +++ b/netbox_onboarding/__init__.py @@ -12,7 +12,7 @@ limitations under the License. """ -__version__ = "2.0.0-beta.2" +__version__ = "2.0.0" from extras.plugins import PluginConfig diff --git a/pyproject.toml b/pyproject.toml index 3b387a8..7029357 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ntc-netbox-plugin-onboarding" -version = "2.0.0-beta.2" +version = "2.0.0" description = "A plugin for NetBox to easily onboard new devices." authors = ["Network to Code, LLC "] license = "Apache-2.0"