From d28eb08e29abd5ab26bfb6844c5dbdf9e03dd574 Mon Sep 17 00:00:00 2001 From: Robert Gutschale Date: Thu, 27 Jul 2023 14:38:53 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.9=20=E2=86=92=200.1.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/beiboot_api/version.txt | 2 +- app/pyproject.toml | 2 +- clients/typescript/package.json | 2 +- setup.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/beiboot_api/version.txt b/app/beiboot_api/version.txt index 82551ad..345f8cc 100644 --- a/app/beiboot_api/version.txt +++ b/app/beiboot_api/version.txt @@ -1 +1 @@ -0.1.9 \ No newline at end of file +0.1.10 \ No newline at end of file diff --git a/app/pyproject.toml b/app/pyproject.toml index 7f7163a..05c4bfd 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "beiboot_api" -version = "0.1.9" +version = "0.1.10" description = "" authors = ["Christian Busch "] diff --git a/clients/typescript/package.json b/clients/typescript/package.json index d51b9aa..16f9b59 100644 --- a/clients/typescript/package.json +++ b/clients/typescript/package.json @@ -1,6 +1,6 @@ { "name": "getdeck-api-client", - "version": "0.1.9", + "version": "0.1.10", "description": "Typescript client for getdeck-api", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/setup.cfg b/setup.cfg index 3e0a085..53659b4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.9 +current_version = 0.1.10 commit = True tag = True tag_name = {new_version}