Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kkthxbye-code committed Nov 1, 2024
1 parent 899fdc1 commit b8b6f68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions netbox_script_manager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Simon Toft"""
__email__ = "[email protected]"
__version__ = "1.0.0"
__version__ = "1.0.1"


from netbox.plugins import PluginConfig
Expand All @@ -12,7 +12,7 @@ class NetboxScriptManagerConfig(PluginConfig):
name = "netbox_script_manager"
verbose_name = "Script Manager"
description = "Improved custom script support for netbox"
version = "1.0.0"
version = "1.0.1"
base_url = "script-manager"
default_settings = {
"DEFAULT_QUEUE": "default",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
packages=find_packages(),
test_suite="tests",
url="https://github.com/kkthxbye-code/netbox_script_manager",
version="1.0.0",
version="1.0.1",
zip_safe=False,
)

0 comments on commit b8b6f68

Please sign in to comment.