File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.6.0a1
2
+ current_version = 0.6.0a2
3
3
commit = True
4
4
tag = True
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
Original file line number Diff line number Diff line change 1
- ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.6.0a1
1
+ ARG OPENAPI_SPEC_VALIDATOR_VERSION=0.6.0a2
2
2
3
3
FROM python:3.11.4-alpine as builder
4
4
Original file line number Diff line number Diff line change 8
8
9
9
__author__ = "Artur Maciag"
10
10
__email__ = "maciag.artur@gmail.com"
11
- __version__ = "0.6.0a1 "
11
+ __version__ = "0.6.0a2 "
12
12
__url__ = "https://github.com/python-openapi/openapi-spec-validator"
13
13
__license__ = "Apache License, Version 2.0"
14
14
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ ignore_missing_imports = true
27
27
28
28
[tool .poetry ]
29
29
name = " openapi-spec-validator"
30
- version = " 0.6.0a1 "
30
+ version = " 0.6.0a2 "
31
31
description = " OpenAPI 2.0 (aka Swagger) and OpenAPI 3 spec validator"
32
32
authors = [" Artur Maciag <maciag.artur@gmail.com>" ]
33
33
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments