Skip to content

Commit f7a9520

Browse files
authored
fix versioning by setting current_version in bumpver (#15)
1 parent 9789e62 commit f7a9520

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ requires = ["poetry-core"]
1515
build-backend = "poetry.core.masonry.api"
1616

1717
[tool.bumpver]
18-
current_version = "2024.1.1"
18+
current_version = "2025.4.30"
1919
version_pattern = "YYYY.MM.DD[.INC0]"
2020
commit = false
2121
tag = false
@@ -24,6 +24,7 @@ push = false
2424
[tool.bumpver.file_patterns]
2525
"pyproject.toml" = [
2626
'^version = "{version}"',
27+
'^current_version = "{version}"',
2728
]
2829
"src/typescript/mitxonline-api-axios/package.json" = [
2930
'"version": "{version}"',

0 commit comments

Comments
 (0)