We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33175b5 commit 5c9a8b0Copy full SHA for 5c9a8b0
pyproject.toml
@@ -42,7 +42,7 @@ version = { attr = "yaml_where.version.__version__" }
42
where = ["source"]
43
44
[tool.bumpversion]
45
-current_version = "0.2.1"
+current_version = "1.0.0"
46
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
47
serialize = ["{major}.{minor}.{patch}"]
48
tag = true
source/yaml_where/version.py
@@ -1,4 +1,4 @@
1
"Information about the version of yaml-where"
2
3
-__version__ = "0.2.1"
+__version__ = "1.0.0"
4
__version_info__ = tuple(__version__.split('.'))
0 commit comments