diff --git a/netbox_reorder_rack/__init__.py b/netbox_reorder_rack/__init__.py index be01ef2..688d575 100644 --- a/netbox_reorder_rack/__init__.py +++ b/netbox_reorder_rack/__init__.py @@ -5,7 +5,7 @@ class NetboxReorderRackConfig(PluginConfig): name = "netbox_reorder_rack" verbose_name = "NetBox Reorder Rack" description = "NetBox plugin to reorder rack layouts." - version = "1.1.3" + version = "1.1.4" base_url = "reorder" diff --git a/setup.py b/setup.py index e206189..9fbd623 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="netbox_reorder_rack", - version="1.1.3", + version="1.1.4", author="Alex Gittings", author_email="agitting96@gmail.com", description="NetBox plugin to reorder rack layouts.",