File: setup.cfg

package info (click to toggle)
python-discovery30303 0.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 336 kB
  • sloc: python: 218; makefile: 15; javascript: 8
file content (13 lines) | stat: -rw-r--r-- 328 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
[bumpversion]
current_version = 0.3.0
commit = True
tag = True
tag_name = {new_version}

[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
replace = version = "{new_version}"

[bumpversion:file:discovery30303/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"