Skip to content

Commit ea0ceac

Browse files
committed
Bump version: 1.1.0 → 1.1.1
1 parent c98f07a commit ea0ceac

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.0
2+
current_version = 1.1.1
33
commit = True
44
tag = False
55
tag_name = {new_version}
@@ -16,5 +16,5 @@ search = APP_VERSION := {current_version}
1616
replace = APP_VERSION := {new_version}
1717

1818
[bumpversion:file:RELEASE.txt]
19-
search = {current_version} 2024-02-10T03:46:51Z
19+
search = {current_version} 2024-02-13T17:59:20Z
2020
replace = {new_version} {utcnow:%Y-%m-%dT%H:%M:%SZ}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
override SHELL := bash
22
override APP_NAME := marble_client
3-
override APP_VERSION := 1.1.0
3+
override APP_VERSION := 1.1.1
44

55
# utility to remove comments after value of an option variable
66
override clean_opt = $(shell echo "$(1)" | $(_SED) -r -e "s/[ '$'\t'']+$$//g")

RELEASE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0 2024-02-10T03:46:51Z
1+
1.1.1 2024-02-13T17:59:20Z

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ license = {file = "LICENSE"}
1616
name = "marble_client"
1717
readme = "README.md"
1818
requires-python = ">=3.9"
19-
version = "1.1.0"
19+
version = "1.1.1"
2020

2121
[project.urls]
2222
# Homepage will change to Marble homepage when that goes live

0 commit comments

Comments
 (0)