Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
Made a mistake and removed 1.0.0 from pypi in order to fix syntax
errors in the README.rst.
  • Loading branch information
woile committed Feb 16, 2019
1 parent f644443 commit 8157f37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -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 <santiwilly@gmail.com>"]
keywords = ["openapi", "api", "swagger"]
Expand Down
2 changes: 1 addition & 1 deletion starlette_apispec/__init__.py
Expand Up @@ -2,4 +2,4 @@

__all__ = ["APISpecSchemaGenerator"]

__version__ = "1.0.0"
__version__ = "1.0.1"

0 comments on commit 8157f37

Please sign in to comment.