2020-02-17 17:02:52 +00:00
|
|
|
[bumpversion]
|
2021-08-30 15:55:48 +00:00
|
|
|
current_version = 0.7.1
|
2020-02-17 17:02:52 +00:00
|
|
|
commit = True
|
2020-04-06 16:22:15 +00:00
|
|
|
tag = True
|
2021-05-10 13:07:40 +00:00
|
|
|
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
|
2021-06-18 16:20:30 +00:00
|
|
|
serialize = {major}.{minor}.{patch}
|
2021-06-20 17:09:35 +00:00
|
|
|
message = build: bump version {current_version} → {new_version}
|
2020-04-05 11:31:06 +00:00
|
|
|
|
2020-02-17 17:02:52 +00:00
|
|
|
[bumpversion:file:setup.py]
|
|
|
|
|
2020-03-30 11:29:04 +00:00
|
|
|
[bumpversion:file:./prototorch/__init__.py]
|
2020-04-06 16:22:15 +00:00
|
|
|
|
2021-04-14 17:20:08 +00:00
|
|
|
[bumpversion:file:./docs/source/conf.py]
|