We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent debe0b6 commit 16a0ed4Copy full SHA for 16a0ed4
2 files changed
pyproject.toml
@@ -15,7 +15,7 @@
15
# specific language governing permissions and limitations
16
# under the License.
17
[project]
18
-name = "pyiceberg-li"
+name = "li-pyiceberg"
19
version = "0.11.1"
20
description = "Apache Iceberg is an open table format for huge analytic datasets"
21
authors = [{ name = "Apache Software Foundation", email = "dev@iceberg.apache.org" }]
tests/test_version.py
@@ -21,7 +21,7 @@
def test_version_format() -> None:
22
from importlib import metadata
23
24
- installed_version = metadata.version("pyiceberg-li")
+ installed_version = metadata.version("li-pyiceberg")
25
26
assert __version__ == installed_version, (
27
f"The installed version ({installed_version}) does not match the current codebase version ({__version__})."
0 commit comments