Skip to content

Commit 0a6baec

Browse files
committed
description fix
1 parent 1ae046d commit 0a6baec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ OpenAPI Spec Validator is a Python library that validates OpenAPI Specs
2222
against the `OpenAPI 2.0 (aka
2323
Swagger) <https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md>`__
2424
and `OpenAPI
25-
3.0.0 <https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md>`__
25+
3.0 <https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.3.md>`__
2626
specification. The validator aims to check for full compliance with the
2727
Specification.
2828

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = openapi-spec-validator
3-
description = OpenAPI 2.0 (aka Swagger) and OpenAPI 3.0.0 spec validator
3+
description = OpenAPI 2.0 (aka Swagger) and OpenAPI 3.0 spec validator
44
long_description = file: README.rst
55
long-description-content-type = text/x-rst; charset=UTF-8
66
keywords = openapi, swagger, schema

0 commit comments

Comments
 (0)