Skip to content

Commit 180b74d

Browse files
committed
Bump version to 1.0.1
1 parent 1469d05 commit 180b74d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netbox_kea/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class NetBoxKeaConfig(PluginConfig):
55
name = "netbox_kea"
66
verbose_name = "Kea"
77
description = "Kea integration for NetBox"
8-
version = "1.0.0"
8+
version = "1.0.1"
99
base_url = "kea"
1010
default_settings = {"kea_timeout": 30}
1111

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "netbox-kea"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = ""
55
authors = ["Devon Mar <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)