Skip to content

Commit 926cebc

Browse files
Merge pull request #330 from nasa/feature/fix-version-number
Update bumpversion to match package version
2 parents 976a323 + 60531e6 commit 926cebc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ select = [
8585
]
8686

8787
[tool.bumpversion]
88-
current_version = "1.10.0a3"
88+
current_version = "1.14.0a27"
8989
parse = """(?x)
9090
(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)
9191
(?:

0 commit comments

Comments
 (0)