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 71f1c1d commit c77ecdfCopy full SHA for c77ecdf
2 files changed
jsonschema_path/__init__.py
@@ -4,7 +4,7 @@
4
5
__author__ = "Artur Maciag"
6
__email__ = "maciag.artur@gmail.com"
7
-__version__ = "0.4.0"
+__version__ = "0.4.1"
8
__url__ = "https://github.com/p1c2u/jsonschema-path"
9
__license__ = "Apache-2.0"
10
pyproject.toml
@@ -19,7 +19,7 @@ ignore_missing_imports = true
19
20
[tool.poetry]
21
name = "jsonschema-path"
22
-version = "0.4.0"
+version = "0.4.1"
23
description = "JSONSchema Spec with object-oriented paths"
24
authors = ["Artur Maciag <maciag.artur@gmail.com>"]
25
license = "Apache-2.0"
@@ -93,7 +93,7 @@ message_template = "Version {new_version}"
93
tag_template = "{new_version}"
94
95
[tool.tbump.version]
96
-current = "0.4.0"
+current = "0.4.1"
97
regex = '''
98
(?P<major>\d+)
99
\.
0 commit comments