Skip to content

Commit fa6b5c2

Browse files
committed
Version 0.1.6
1 parent 2468a62 commit fa6b5c2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .bumpversion.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.5
2+
current_version = 0.1.6
33
tag = True
44
tag_name = {new_version}
55
commit = True
@@ -9,3 +9,4 @@ serialize =
99
{major}.{minor}.{patch}
1010

1111
[bumpversion:file:openapi_schema_validator/__init__.py]
12+

Diff for: 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.5'
8+
__version__ = '0.1.6'
99
__url__ = 'https://github.com/p1c2u/openapi-schema-validator'
1010
__license__ = '3-clause BSD License'
1111

0 commit comments

Comments
 (0)