mirror of
https://github.com/correl/tornado-openapi3.git
synced 2024-11-14 19:19:32 +00:00
Bump version to 0.2.1
This commit is contained in:
parent
2278f30be1
commit
19d0b59659
1 changed files with 3 additions and 1 deletions
|
@ -1,10 +1,12 @@
|
|||
[tool.poetry]
|
||||
name = "tornado-openapi3"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
description = "Tornado OpenAPI 3 request and response validation library"
|
||||
authors = ["Correl Roush <correl@gmail.com>"]
|
||||
license = "MIT"
|
||||
readme = "README.rst"
|
||||
repository = "https://github.com/correl/tornado-openapi3"
|
||||
homepage = "https://github.com/correl/tornado-openapi3"
|
||||
packages = [
|
||||
{ include = "tornado_openapi3" },
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue