Skip to content

Commit

Permalink
Bump version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
suud committed Dec 28, 2020
1 parent 43adc70 commit a022495
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Timo Sutterer"

# The full version, including alpha/beta/rc tags
release = "0.0.3"
release = "0.0.4"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion openapigateway/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
parameterized OpenAPI 3 Document.
"""

__version__ = "0.0.3"
__version__ = "0.0.4"

from openapigateway.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.3",
version="0.0.4",
description=(
"AWS CDK Construct that creates an Amazon API Gateway HttpApi "
"based on a parameterized OpenAPI 3 Document."
Expand Down

0 comments on commit a022495

Please sign in to comment.