Skip to content

Commit c77ecdf

Browse files
committed
Version 0.4.1
1 parent 71f1c1d commit c77ecdf

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

9595
[tool.tbump.version]
96-
current = "0.4.0"
96+
current = "0.4.1"
9797
regex = '''
9898
(?P<major>\d+)
9999
\.

0 commit comments

Comments
 (0)