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 11[bumpversion]
2- current_version = 0.1.6
2+ current_version = 0.2.0
33tag = True
44tag_name = {new_version}
55commit = True
@@ -13,3 +13,4 @@ serialize =
1313[bumpversion:file:pyproject.toml]
1414search = version = " {current_version}"
1515replace = version = " {new_version}"
16+
Original file line number Diff line number Diff line change 55
66__author__ = 'Artur Maciag'
77__email__ = 'maciag.artur@gmail.com'
8- __version__ = '0.1.6 '
8+ __version__ = '0.2.0 '
99__url__ = 'https://github.com/p1c2u/openapi-schema-validator'
1010__license__ = '3-clause BSD License'
1111
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ output = "reports/coverage.xml"
1111
1212[tool .poetry ]
1313name = " openapi-schema-validator"
14- version = " 0.1.6 "
14+ version = " 0.2.0 "
1515description = " OpenAPI schema validation for Python"
1616authors = [" Artur Maciag <maciag.artur@gmail.com>" ]
1717license = " BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments