prototorch/.bumpversion.cfg

14 lines
336 B
INI
Raw Normal View History

2020-02-17 17:02:52 +00:00
[bumpversion]
2021-06-20 17:12:01 +00:00
current_version = 0.6.0
2020-02-17 17:02:52 +00:00
commit = True
tag = True
2021-05-10 13:07:40 +00:00
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize = {major}.{minor}.{patch}
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]
2021-04-14 17:20:08 +00:00
[bumpversion:file:./docs/source/conf.py]