2021-05-10 15:24:03 +02:00
|
|
|
[bumpversion]
|
2022-01-11 18:29:55 +01:00
|
|
|
current_version = 0.4.1
|
2021-05-10 15:24:03 +02:00
|
|
|
commit = True
|
|
|
|
tag = True
|
|
|
|
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
|
2021-06-20 17:50:09 +02:00
|
|
|
serialize = {major}.{minor}.{patch}
|
2021-06-20 19:11:29 +02:00
|
|
|
message = build: bump version {current_version} → {new_version}
|
2021-05-10 15:24:03 +02:00
|
|
|
|
|
|
|
[bumpversion:file:setup.py]
|
|
|
|
|
|
|
|
[bumpversion:file:./prototorch/models/__init__.py]
|
2021-06-20 19:00:12 +02:00
|
|
|
|
|
|
|
[bumpversion:file:./docs/source/conf.py]
|