Skip to content

Commit 5c9a8b0

Browse files
committed
Bump version: 0.2.1 → 1.0.0
1 parent 33175b5 commit 5c9a8b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ version = { attr = "yaml_where.version.__version__" }
4242
where = ["source"]
4343

4444
[tool.bumpversion]
45-
current_version = "0.2.1"
45+
current_version = "1.0.0"
4646
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
4747
serialize = ["{major}.{minor}.{patch}"]
4848
tag = true

source/yaml_where/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"Information about the version of yaml-where"
22

3-
__version__ = "0.2.1"
3+
__version__ = "1.0.0"
44
__version_info__ = tuple(__version__.split('.'))

0 commit comments

Comments
 (0)