Skip to content

Commit 5117ab9

Browse files
committed
Bump version: 0.1.1 → 0.1.2
1 parent 5782a2d commit 5117ab9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/beiboot_api/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1
1+
0.1.2

app/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "beiboot_api"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = ""
55
authors = ["Christian Busch <christian@blueshoe.io>"]
66

clients/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beiboot-api-client",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Typescript client for beiboot-api",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.1
2+
current_version = 0.1.2
33
commit = True
44
tag = True
55
tag_name = {new_version}

0 commit comments

Comments
 (0)