Skip to content

Commit b5e1e17

Browse files
committed
Version 0.2.2
1 parent 9db6b5d commit b5e1e17

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.1
2+
current_version = 0.2.2
33
tag = True
44
tag_name = {new_version}
55
commit = True

jsonschema_spec/__init__.py

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

66
__author__ = "Artur Maciag"
77
__email__ = "[email protected]"
8-
__version__ = "0.2.1"
8+
__version__ = "0.2.2"
99
__url__ = "https://github.com/p1c2u/jsonschema-spec"
1010
__license__ = "Apache-2.0"
1111

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ignore_missing_imports = true
1919

2020
[tool.poetry]
2121
name = "jsonschema-spec"
22-
version = "0.2.1"
22+
version = "0.2.2"
2323
description = "JSONSchema Spec with object-oriented paths"
2424
authors = ["Artur Maciag <[email protected]>"]
2525
license = "Apache-2.0"

0 commit comments

Comments
 (0)