Skip to content

Commit 10d6e11

Browse files
committed
release: 2.1.9 -> 2.2.0
1 parent 646bc08 commit 10d6e11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "data-ops-testgen"
11-
version = "2.1.9"
11+
version = "2.2.0"
1212
description = "DataKitchen Inc. Data Quality Engine"
1313
urls = { "homepage" = "https://datakitchen.io" }
1414
authors = [
@@ -242,7 +242,7 @@ omit = ["tests/*", "templates/*"]
242242
skip_empty=true
243243

244244
[tool.bumpver]
245-
current_version = "2.1.9"
245+
current_version = "2.2.0"
246246
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
247247
commit_message = "release: {old_version} -> {new_version}"
248248
commit = true

0 commit comments

Comments
 (0)