Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
natm authored Nov 4, 2024
1 parent 8532e14 commit f00c111
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion netbox_floorplan/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
from netbox.plugins import PluginConfig
from .version import version_semver


class FloorplanConfig(PluginConfig):

name = "netbox_floorplan"
verbose_name = "Netbox Floorplan"
description = ""
version = "0.4.1"
version = version_semver()
base_url = "floorplan"
min_version = "4.0.2"
max_version = "4.0.11"
Expand Down

0 comments on commit f00c111

Please sign in to comment.