Rename lc3 python package to lc3py, and bump version to 1.1.2
diff --git a/meson.build b/meson.build
index 60f38b3..f1692d9 100644
--- a/meson.build
+++ b/meson.build
@@ -13,7 +13,7 @@
 #  limitations under the License.
 
 project('lc3', 'c',
-	version: '1.1.0',
+	version: '1.1.2',
 	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 cd6beae..79e66e5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,8 +3,8 @@
 build-backend = "mesonpy"
 
 [project]
-name = "lc3"
-version = "0.0.1"
+name = "lc3py"
+version = "1.1.2"
 license = { text="Apache-2.0" }
 authors = [
   { name="Antoine Soulier", email="asoulier@google.com" },
@@ -13,7 +13,7 @@
 requires-python = ">=3.10"
 
 [project.optional-dependencies]
-  dev = ["pytest"]
+dev = ["pytest"]
 
 [project.urls]
 Homepage = "https://github.com/google/liblc3"
diff --git a/python/lc3.py b/python/lc3.py
index e4a5e90..5b3bc51 100644
--- a/python/lc3.py
+++ b/python/lc3.py
@@ -78,7 +78,7 @@
 
         if libpath is None:
             mesonpy_lib = glob.glob(
-                os.path.join(os.path.dirname(__file__), ".lc3.mesonpy.libs", "*lc3*")
+                os.path.join(os.path.dirname(__file__), ".lc3py.mesonpy.libs", "*lc3*")
             )
 
             if mesonpy_lib: