Skip to content

Commit d687f55

Browse files
committed
Version 0.1.1
1 parent b8ba24f commit d687f55

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.bumpversion.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.1.1
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+

openapi_schema_validator/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = 'Artur Maciag'
66
__email__ = '[email protected]'
7-
__version__ = '0.1.0'
7+
__version__ = '0.1.1'
88
__url__ = 'https://github.com/p1c2u/openapi-schema-validator'
99
__license__ = 'BSD 3-Clause License'
1010

0 commit comments

Comments
 (0)