File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.1.0
2+ current_version = 1.1.1
33commit = True
44tag = False
55tag_name = {new_version}
@@ -16,5 +16,5 @@ search = APP_VERSION := {current_version}
1616replace = 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
2020replace = {new_version} {utcnow:%Y-%m-%dT%H:%M:%SZ}
Original file line number Diff line number Diff line change 11override SHELL := bash
22override 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
66override clean_opt = $(shell echo "$(1 ) " | $(_SED ) -r -e "s/[ '$'\t'']+$$//g")
Original file line number Diff line number Diff line change 1- 1.1.0 2024-02-10T03:46:51Z
1+ 1.1.1 2024-02-13T17:59:20Z
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ license = {file = "LICENSE"}
1616name = " marble_client"
1717readme = " README.md"
1818requires-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
You can’t perform that action at this time.
0 commit comments