diff --git a/app/beiboot_api/version.txt b/app/beiboot_api/version.txt index a1e1395..84aa3a7 100644 --- a/app/beiboot_api/version.txt +++ b/app/beiboot_api/version.txt @@ -1 +1 @@ -0.1.7 \ No newline at end of file +0.1.8 \ No newline at end of file diff --git a/app/pyproject.toml b/app/pyproject.toml index a788312..f36df70 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "beiboot_api" -version = "0.1.7" +version = "0.1.8" description = "" authors = ["Christian Busch "] diff --git a/clients/typescript/package.json b/clients/typescript/package.json index 4126a5f..8c748f6 100644 --- a/clients/typescript/package.json +++ b/clients/typescript/package.json @@ -1,6 +1,6 @@ { "name": "getdeck-api-client", - "version": "0.1.7", + "version": "0.1.8", "description": "Typescript client for getdeck-api", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/setup.cfg b/setup.cfg index 9b0554a..c65c383 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.7 +current_version = 0.1.8 commit = True tag = True tag_name = {new_version}