Skip to content

Commit

Permalink
Bump version: 0.7.0 → 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David Wallace committed Mar 9, 2024
1 parent 9b3884a commit bafa2a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ sample2-100_3.txt => sampleID = 'sample2-100', position = 3
```
### Version

The current version is v0.7.0
The current version is v0.8.0

### Dependencies

Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,19 @@ testpaths = [
source = ["src"]

[tool.bumpversion]
current_version = "0.7.0"
current_version = "0.8.0"
commit = true
commit_args = "--no-verify"
message = "Bump version: {current_version} → {new_version}"
tag = true
allow_dirty = true
tag_name = "{new_version}"
tag_message = "Bump version: {current_version} → {new_version}"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(\\.dev(?P<dev>\\d+))?"
serialize =[
"{major}.{minor}.{patch}.dev{dev}",
"{major}.{minor}.{patch}"
]
message = "Version updated from {current_version} to {new_version}"

[[tool.bumpversion.files]]
filename= "README.md"
Expand Down

0 comments on commit bafa2a7

Please sign in to comment.