From 079c3cf25a9393a8bb79fbef2088a7290bb4fa55 Mon Sep 17 00:00:00 2001 From: Argo CI Date: Tue, 10 Oct 2023 09:32:17 +0000 Subject: [PATCH] =?UTF-8?q?"Bump=20version:=200.0.14-alpha=20=E2=86=92=200?= =?UTF-8?q?.0.14"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- amazon_advertising_api/versions.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4abe3d8..c28d652 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.13 +current_version = 0.0.14 commit = True tag = False message = "Bump version: {current_version} → {new_version}" diff --git a/amazon_advertising_api/versions.py b/amazon_advertising_api/versions.py index 634db4e..63371c5 100644 --- a/amazon_advertising_api/versions.py +++ b/amazon_advertising_api/versions.py @@ -1,4 +1,4 @@ -__version__ = "0.0.13" +__version__ = "0.0.14" versions = { 'api_version': 'v2',