Skip to content

Commit aaf116b

Browse files
committed
v0.1.3
1 parent 04cd2d9 commit aaf116b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netbox_healthcheck_plugin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Arthur Hanson"""
44
__email__ = '[email protected]'
5-
__version__ = '0.1.4'
5+
__version__ = '0.1.3'
66

77

88
from extras.plugins import PluginConfig

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "netbox-healthcheck-plugin"
10-
version = "0.1.4"
10+
version = "0.1.3"
1111
authors = [
1212
{name = "Arthur Hanson", email = "[email protected]"},
1313
]

0 commit comments

Comments
 (0)