Skip to content

Commit 8e1c5be

Browse files
committed
Update pyproject for pypi and increase version to 0.9.1
1 parent 2b1a78f commit 8e1c5be

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

netbox_onboarding/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
limitations under the License.
1313
"""
1414

15-
__version__ = "0.9.0"
15+
__version__ = "0.9.1"
1616

1717
from extras.plugins import PluginConfig
1818

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
[tool.poetry]
22
name = "ntc-netbox-plugin-onboarding"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
description = "A plugin for NetBox to easily onboard new devices."
55
authors = ["Info <info@networktocode.com>"]
6+
license = "Apache-2.0"
7+
readme = "README.md"
8+
homepage = "https://github.com/networktocode/ntc-netbox-plugin-onboarding"
9+
repository = "https://github.com/networktocode/ntc-netbox-plugin-onboarding"
10+
keywords = ["netbox", "network", "onboarding", "django"]
11+
include = [
12+
"LICENSE",
13+
]
614
packages = [
715
{ include = "netbox_onboarding" },
816
]

0 commit comments

Comments
 (0)