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" },