Update bumpversion config to simplified project structure.
parent
7358271599
commit
1612dfcb29
|
|
@ -5,7 +5,7 @@ tag = True
|
||||||
|
|
||||||
[bumpversion:file:setup.py]
|
[bumpversion:file:setup.py]
|
||||||
|
|
||||||
[bumpversion:file:src/jaydebeapi/dbapi2.py]
|
[bumpversion:file:jaydebeapi/__init__.py]
|
||||||
serialize = {major}, {minor}, {patch}
|
serialize = {major}, {minor}, {patch}
|
||||||
parse = (?P<major>\d+), (?P<minor>\d+), (?P<patch>\d+)
|
parse = (?P<major>\d+), (?P<minor>\d+), (?P<patch>\d+)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue