Bump to 0.0.3.
This commit is contained in:
parent
7456ee7d12
commit
de2c26664e
3 changed files with 9 additions and 1 deletions
|
@ -7,3 +7,8 @@ update_version {
|
|||
match: "^ version=\"(.*)\",$"
|
||||
new_line: " version=\"$VERSION\","
|
||||
}
|
||||
update_version {
|
||||
path: "ognibuild/__init__.py"
|
||||
match: "^__version__ = \\((.*)\\)$"
|
||||
new_line: "__version__ = $TUPLED_VERSION"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue