Skip to content

Commit 241ec1c

Browse files
committed
Version 0.2.3
1 parent 5d07b4d commit 241ec1c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.2
2+
current_version = 0.2.3
33
tag = True
44
tag_name = {new_version}
55
commit = True

Diff for: openapi_schema_validator/__init__.py

+1-1
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.2'
8+
__version__ = '0.2.3'
99
__url__ = 'https://github.com/p1c2u/openapi-schema-validator'
1010
__license__ = '3-clause BSD License'
1111

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ output = "reports/coverage.xml"
1111

1212
[tool.poetry]
1313
name = "openapi-schema-validator"
14-
version = "0.2.2"
14+
version = "0.2.3"
1515
description = "OpenAPI schema validation for Python"
1616
authors = ["Artur Maciag <[email protected]>"]
1717
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)