diff --git a/pixi.lock b/pixi.lock index 9bdd9b1..dca0be3 100644 --- a/pixi.lock +++ b/pixi.lock @@ -17076,9 +17076,9 @@ packages: timestamp: 1719424948999 - kind: pypi name: rattler-build-conda-compat - version: 0.2.2 + version: 0.2.3 path: . - sha256: 07000fd2752c27e8f7edeb6533558c7d379af3c1cb1b82df8457ccaa03d93a68 + sha256: 72575cee8e99f777e1aa45c408cc948027220ac383be958cf1a5d3d8d8a460df requires_dist: - typing-extensions>=4.12,<5 requires_python: '>=3.8' diff --git a/pixi.toml b/pixi.toml index 569b061..615b46a 100644 --- a/pixi.toml +++ b/pixi.toml @@ -1,6 +1,6 @@ [project] name = "rattler-build-conda-compat" -version = "0.2.2" +version = "0.2.3" description = "A package for exposing rattler-build API for conda-smithy" authors = ["nichmor "] channels = ["conda-forge"] diff --git a/pyproject.toml b/pyproject.toml index 6e93e42..bb06ba0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "rattler-build-conda-compat" description = "A package for exposing rattler-build API for conda-smithy" -version = "0.2.2" +version = "0.2.3" readme = "README.md" authors = [{ name = "Nichita Morcotilo", email = "nichita@prefix.dev" }] license = { file = "LICENSE.txt" }