From 8157f3752b8751331e3085ec4e45432981a3b30b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Fraire=20Willemo=C3=ABs?= Date: Sat, 16 Feb 2019 11:45:59 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0=20=E2=86=92=201.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made a mistake and removed 1.0.0 from pypi in order to fix syntax errors in the README.rst. --- pyproject.toml | 2 +- starlette_apispec/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3171c80..ec540ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ exclude = ''' [tool.poetry] name = "starlette-apispec" -version = "1.0.0" +version = "1.0.1" description = "APISpec support for starlette" authors = ["Santiago Fraire Willemoes "] keywords = ["openapi", "api", "swagger"] diff --git a/starlette_apispec/__init__.py b/starlette_apispec/__init__.py index 8a81279..b701569 100644 --- a/starlette_apispec/__init__.py +++ b/starlette_apispec/__init__.py @@ -2,4 +2,4 @@ __all__ = ["APISpecSchemaGenerator"] -__version__ = "1.0.0" +__version__ = "1.0.1"