From 96a3af0beb5487aca3b98a4b992a539a1f6d80d1 Mon Sep 17 00:00:00 2001 From: Antoine Soulier Date: Tue, 11 Feb 2025 16:41:29 -0800 Subject: [PATCH] Bump version to 1.1.3 --- meson.build | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index f1692d9..0fa0904 100644 --- a/meson.build +++ b/meson.build @@ -13,7 +13,7 @@ # limitations under the License. project('lc3', 'c', - version: '1.1.2', + version: '1.1.3', license: 'Apache-2.0', meson_version: '>= 0.48.0', default_options: ['buildtype=release', 'b_lto=true']) diff --git a/pyproject.toml b/pyproject.toml index 79e66e5..3de5361 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "mesonpy" [project] name = "lc3py" -version = "1.1.2" +version = "1.1.3" license = { text="Apache-2.0" } authors = [ { name="Antoine Soulier", email="asoulier@google.com" },