File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
__author__ = """Simon Toft"""
4
4
__email__ = "toft1988@gmail.com"
5
- __version__ = "0.1 .0"
5
+ __version__ = "0.2 .0"
6
6
7
7
8
8
from extras .plugins import PluginConfig
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.1 .0
2
+ current_version = 0.2 .0
3
3
commit = True
4
4
tag = True
5
5
6
6
[bumpversion:file:setup.py]
7
- search = version =' {current_version}'
8
- replace = version =' {new_version}'
7
+ search = version =" {current_version}"
8
+ replace = version =" {new_version}"
9
9
10
10
[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}"
13
13
14
14
[bdist_wheel]
15
15
universal = 1
Original file line number Diff line number Diff line change 33
33
packages = find_packages (),
34
34
test_suite = "tests" ,
35
35
url = "https://github.com/kkthxbye-code/netbox_script_manager" ,
36
- version = "0.1 .0" ,
36
+ version = "0.2 .0" ,
37
37
zip_safe = False ,
38
38
)
You can’t perform that action at this time.
0 commit comments