We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 646bc08 commit 10d6e11Copy full SHA for 10d6e11
pyproject.toml
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
8
9
[project]
10
name = "data-ops-testgen"
11
-version = "2.1.9"
+version = "2.2.0"
12
description = "DataKitchen Inc. Data Quality Engine"
13
urls = { "homepage" = "https://datakitchen.io" }
14
authors = [
@@ -242,7 +242,7 @@ omit = ["tests/*", "templates/*"]
242
skip_empty=true
243
244
[tool.bumpver]
245
-current_version = "2.1.9"
+current_version = "2.2.0"
246
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
247
commit_message = "release: {old_version} -> {new_version}"
248
commit = true
0 commit comments