File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.1.6
2
+ current_version = 0.2.0
3
3
tag = True
4
4
tag_name = {new_version}
5
5
commit = True
@@ -13,3 +13,4 @@ serialize =
13
13
[bumpversion:file:pyproject.toml]
14
14
search = version = " {current_version}"
15
15
replace = version = " {new_version}"
16
+
Original file line number Diff line number Diff line change 5
5
6
6
__author__ = 'Artur Maciag'
7
7
__email__ = 'maciag.artur@gmail.com'
8
- __version__ = '0.1.6 '
8
+ __version__ = '0.2.0 '
9
9
__url__ = 'https://github.com/p1c2u/openapi-schema-validator'
10
10
__license__ = '3-clause BSD License'
11
11
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ output = "reports/coverage.xml"
11
11
12
12
[tool .poetry ]
13
13
name = " openapi-schema-validator"
14
- version = " 0.1.6 "
14
+ version = " 0.2.0 "
15
15
description = " OpenAPI schema validation for Python"
16
16
authors = [" Artur Maciag <maciag.artur@gmail.com>" ]
17
17
license = " BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments