From a022495b0a8e0dee24c146378b2eedd3cc481ace Mon Sep 17 00:00:00 2001 From: Timo Sutterer Date: Mon, 28 Dec 2020 16:27:17 +0100 Subject: [PATCH] Bump version to 0.0.4 --- docs/source/conf.py | 2 +- openapigateway/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index a320850..ac96afa 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 --------------------------------------------------- diff --git a/openapigateway/__init__.py b/openapigateway/__init__.py index 2f3e0fb..3016ed8 100644 --- a/openapigateway/__init__.py +++ b/openapigateway/__init__.py @@ -6,6 +6,6 @@ parameterized OpenAPI 3 Document. """ -__version__ = "0.0.3" +__version__ = "0.0.4" from openapigateway.constructs import OpenApiGateway diff --git a/setup.py b/setup.py index dadaf4e..d1871ce 100644 --- a/setup.py +++ b/setup.py @@ -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."