Skip to content

Commit 5623486

Browse files
committed
Version 0.3.4
1 parent 6d57314 commit 5623486

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.3.3
2+
current_version = 0.3.4
33
tag = True
44
tag_name = {new_version}
55
commit = True

openapi_schema_validator/__init__.py

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

77
__author__ = "Artur Maciag"
88
__email__ = "[email protected]"
9-
__version__ = "0.3.3"
9+
__version__ = "0.3.4"
1010
__url__ = "https://github.com/p1c2u/openapi-schema-validator"
1111
__license__ = "3-clause BSD License"
1212

pyproject.toml

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

3232
[tool.poetry]
3333
name = "openapi-schema-validator"
34-
version = "0.3.3"
34+
version = "0.3.4"
3535
description = "OpenAPI schema validation for Python"
3636
authors = ["Artur Maciag <[email protected]>"]
3737
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)