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