Skip to content

Commit 2614514

Browse files
committed
Version 0.4.0b3
1 parent 5b552c5 commit 2614514

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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__ = "maciag.artur@gmail.com"
7-
__version__ = "0.4.0b2"
7+
__version__ = "0.4.0b3"
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.4.0b2"
22+
version = "0.4.0b3"
2323
description = "JSONSchema Spec with object-oriented paths"
2424
authors = ["Artur Maciag <maciag.artur@gmail.com>"]
2525
license = "Apache-2.0"
@@ -94,7 +94,7 @@ message_template = "Version {new_version}"
9494
tag_template = "{new_version}"
9595

9696
[tool.tbump.version]
97-
current = "0.4.0b2"
97+
current = "0.4.0b3"
9898
regex = '''
9999
(?P<major>\d+)
100100
\.

0 commit comments

Comments
 (0)