Skip to content

Commit c74f86c

Browse files
committed
Bump version: 0.1.0 → 0.2.0
1 parent afb169e commit c74f86c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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__ = "toft1988@gmail.com"
5-
__version__ = "0.1.0"
5+
__version__ = "0.2.0"
66

77

88
from extras.plugins import PluginConfig

setup.cfg

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

66
[bumpversion:file:setup.py]
7-
search = version='{current_version}'
8-
replace = version='{new_version}'
7+
search = version="{current_version}"
8+
replace = version="{new_version}"
99

1010
[bumpversion:file:netbox_script_manager/__init__.py]
11-
search = __version__ = '{current_version}'
12-
replace = __version__ = '{new_version}'
11+
search = __version__ = "{current_version}"
12+
replace = __version__ = "{new_version}"
1313

1414
[bdist_wheel]
1515
universal = 1

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.1.0",
36+
version="0.2.0",
3737
zip_safe=False,
3838
)

0 commit comments

Comments
 (0)