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 22
33__author__ = """Simon Toft"""
445- __version__ = "0.1 .0"
5+ __version__ = "0.2 .0"
66
77
88from extras .plugins import PluginConfig
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1 .0
2+ current_version = 0.2 .0
33commit = True
44tag = 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]
1515universal = 1
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments