Skip to content

Commit 752bc1a

Browse files
committed
Version 0.4.0a1
1 parent bd13a39 commit 752bc1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jsonschema_path/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = "Artur Maciag"
66
__email__ = "[email protected]"
7-
__version__ = "0.3.4"
7+
__version__ = "0.4.0a1"
88
__url__ = "https://github.com/p1c2u/jsonschema-path"
99
__license__ = "Apache-2.0"
1010

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ignore_missing_imports = true
1919

2020
[tool.poetry]
2121
name = "jsonschema-path"
22-
version = "0.3.4"
22+
version = "0.4.0a1"
2323
description = "JSONSchema Spec with object-oriented paths"
2424
authors = ["Artur Maciag <[email protected]>"]
2525
license = "Apache-2.0"
@@ -95,7 +95,7 @@ message_template = "Version {new_version}"
9595
tag_template = "{new_version}"
9696

9797
[tool.tbump.version]
98-
current = "0.3.4"
98+
current = "0.4.0a1"
9999
regex = '''
100100
(?P<major>\d+)
101101
\.

0 commit comments

Comments
 (0)