From 9b08db42ad8bf481a052d535505d8f15fc771772 Mon Sep 17 00:00:00 2001 From: mishaschwartz <4380924+mishaschwartz@users.noreply.github.com> Date: Wed, 13 May 2026 10:54:45 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.0=20=E2=86=92=201.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 4 ++-- Makefile | 2 +- RELEASE.txt | 2 +- pyproject.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cb67ccc..c1a79aa 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.0 +current_version = 1.3.1 commit = True tag = False tag_name = {new_version} @@ -16,5 +16,5 @@ search = APP_VERSION := {current_version} replace = APP_VERSION := {new_version} [bumpversion:file:RELEASE.txt] -search = {current_version} 2025-08-07T15:15:34Z +search = {current_version} 2026-05-13T14:54:45Z replace = {new_version} {utcnow:%Y-%m-%dT%H:%M:%SZ} diff --git a/Makefile b/Makefile index 048b3e5..c72c57d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ override SHELL := bash override APP_NAME := marble_client -override APP_VERSION := 1.3.0 +override APP_VERSION := 1.3.1 # utility to remove comments after value of an option variable override clean_opt = $(shell echo "$(1)" | $(_SED) -r -e "s/[ '$'\t'']+$$//g") diff --git a/RELEASE.txt b/RELEASE.txt index 8834d73..9e5002c 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -1 +1 @@ -1.3.0 2025-08-07T15:15:34Z \ No newline at end of file +1.3.1 2026-05-13T14:54:45Z \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index a015501..a13dfe6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ license = {file = "LICENSE"} name = "marble_client" readme = "README.md" requires-python = ">=3.9" -version = "1.3.0" +version = "1.3.1" [project.urls] # Homepage will change to Marble homepage when that goes live