Skip to content

Commit 81d4b3a

Browse files
committed
Bump version: 0.2.0 → 0.2.1
1 parent 9875b81 commit 81d4b3a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

netbox_script_manager/__init__.py

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

33
__author__ = """Simon Toft"""
44
__email__ = "festll234@gmail.com"
5-
__version__ = "0.2.0"
5+
__version__ = "0.2.1"
66

77

88
from extras.plugins import PluginConfig

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.0
2+
current_version = 0.2.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
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.2.0",
36+
version="0.2.1",
3737
zip_safe=False,
3838
)

0 commit comments

Comments
 (0)