Skip to content

Commit 94149bd

Browse files
committed
Bump version: 0.4.0 → 1.0.0
1 parent a19c4a2 commit 94149bd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

netbox_script_manager/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Simon Toft"""
44
__email__ = "[email protected]"
5-
__version__ = "0.4.0"
5+
__version__ = "1.0.0"
66

77

88
from netbox.plugins import PluginConfig
@@ -12,7 +12,7 @@ class NetboxScriptManagerConfig(PluginConfig):
1212
name = "netbox_script_manager"
1313
verbose_name = "Script Manager"
1414
description = "Improved custom script support for netbox"
15-
version = "0.4.0"
15+
version = "1.0.0"
1616
base_url = "script-manager"
1717
default_settings = {
1818
"DEFAULT_QUEUE": "default",

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.0
2+
current_version = 1.0.0
33
commit = True
44
tag = True
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
packages=find_packages(),
3434
test_suite="tests",
3535
url="https://github.com/kkthxbye-code/netbox_script_manager",
36-
version="0.4.0",
36+
version="1.0.0",
3737
zip_safe=False,
3838
)

0 commit comments

Comments
 (0)