File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
55__author__ = "Artur Maciag"
667- __version__ = "0.3.4 "
7+ __version__ = "0.4.0a1 "
88__url__ = "https://github.com/p1c2u/jsonschema-path"
99__license__ = "Apache-2.0"
1010
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ignore_missing_imports = true
1919
2020[tool .poetry ]
2121name = " jsonschema-path"
22- version = " 0.3.4 "
22+ version = " 0.4.0a1 "
2323description = " JSONSchema Spec with object-oriented paths"
2424authors = [
" Artur Maciag <[email protected] >" ]
2525license = " Apache-2.0"
@@ -95,7 +95,7 @@ message_template = "Version {new_version}"
9595tag_template = " {new_version}"
9696
9797[tool .tbump .version ]
98- current = " 0.3.4 "
98+ current = " 0.4.0a1 "
9999regex = '''
100100 (?P<major>\d+)
101101 \.
You can’t perform that action at this time.
0 commit comments