From aaf08a210b17db75017d4396367e709b59c28939 Mon Sep 17 00:00:00 2001 From: djl11 Date: Tue, 21 Apr 2026 01:02:52 +0100 Subject: [PATCH] Revert "chore: rename PyPI distribution to unify-sdk (0.1.0)" Pivoting to a Hermes-style install script instead of publishing to PyPI, so the unify-* family-naming hygiene is no longer needed. Reverts the name/version rename in pyproject.toml. Lock regenerated; CVE fixes from 9688346 are preserved. Original change: #129 --- pyproject.toml | 4 ++-- uv.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4eed05c4..b79f9f93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,8 @@ requires = ["hatchling"] build-backend = "hatchling.build" [project] -name = "unify-sdk" -version = "0.1.0" +name = "unify" +version = "0.9.10" description = "Python SDK for Unity's persistence and state layer" readme = "README.md" requires-python = ">=3.12" diff --git a/uv.lock b/uv.lock index f17ca121..5b0c16f8 100644 --- a/uv.lock +++ b/uv.lock @@ -1195,8 +1195,8 @@ wheels = [ ] [[package]] -name = "unify-sdk" -version = "0.1.0" +name = "unify" +version = "0.9.10" source = { editable = "." } dependencies = [ { name = "aiohttp" },