We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6894c commit 7cfa166Copy full SHA for 7cfa166
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "0.1.7"
+current_version = "0.2.0"
3
parse = """(?x)
4
(?P<major>0|[1-9]\\d*)\\.
5
(?P<minor>0|[1-9]\\d*)\\.
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "sparv-testing"
-version = "0.1.7"
+version = "0.2.0"
description = "Testing utilities for sparv-pipeline."
readme = "README.md"
6
authors = [
0 commit comments