2020-02-17 17:02:52 +00:00
|
|
|
[bumpversion]
|
2021-05-11 11:37:54 +00:00
|
|
|
current_version = 0.4.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-04-14 17:21:14 +00:00
|
|
|
serialize =
|
|
|
|
{major}.{minor}.{patch}
|
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]
|