Skip to content

Commit

Permalink
Bump version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
suud committed Dec 28, 2020
1 parent 7aaddfc commit 0ba7bcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openapigateway/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
Check out the README.md for some usage examples.
"""

__version__ = "0.0.2"
__version__ = "0.0.3"

from .constructs import OpenApiGateway
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="openapigateway",
version="0.0.2",
version="0.0.3",
description=(
"AWS CDK Construct that creates an Amazon API Gateway HttpApi "
"based on a parameterized OpenAPI 3 Document."
Expand Down

0 comments on commit 0ba7bcc

Please sign in to comment.