We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77051e commit a1e3459Copy full SHA for a1e3459
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.3
+current_version = 0.1.4
3
tag = True
4
tag_name = {new_version}
5
commit = True
openapi_schema_validator/__init__.py
@@ -5,7 +5,7 @@
6
__author__ = 'Artur Maciag'
7
__email__ = '[email protected]'
8
-__version__ = '0.1.3'
+__version__ = '0.1.4'
9
__url__ = 'https://github.com/p1c2u/openapi-schema-validator'
10
__license__ = 'BSD 3-Clause License'
11
0 commit comments