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