Skip to content

Commit a1e3459

Browse files
committed
Version 0.1.4
1 parent b77051e commit a1e3459

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

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

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

0 commit comments

Comments
 (0)