2022-01-10 19:27:35 +00:00
|
|
|
[bumpversion]
|
2023-10-04 12:47:27 +00:00
|
|
|
current_version = 0.7.6
|
2022-01-10 19:27:35 +00:00
|
|
|
commit = True
|
|
|
|
tag = True
|
|
|
|
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
|
|
|
|
serialize = {major}.{minor}.{patch}
|
|
|
|
message = build: bump version {current_version} → {new_version}
|
|
|
|
|
|
|
|
[bumpversion:file:setup.py]
|
|
|
|
|
|
|
|
[bumpversion:file:./prototorch/__init__.py]
|
|
|
|
|
|
|
|
[bumpversion:file:./docs/source/conf.py]
|