diff --git a/pixi.lock b/pixi.lock index fbacbfa..e142014 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5410,9 +5410,9 @@ packages: timestamp: 1713391855237 - kind: pypi name: rattler-build-conda-compat - version: 0.0.4 + version: 0.0.5 path: . - sha256: 45202b9ded422c1a8d4420f43f1a1885d63690fe748f40c3a03ab52d8bbcf334 + sha256: b1f960b99c2844a2bc106b39555122d50ffe2d1f0075062786a740e5245544e1 requires_python: '>=3.8' editable: true - kind: conda diff --git a/pixi.toml b/pixi.toml index 62dbf95..86b07fb 100644 --- a/pixi.toml +++ b/pixi.toml @@ -1,6 +1,6 @@ [project] name = "rattler-build-conda-compat" -version = "0.0.4" +version = "0.0.5" 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 abd20a2..e931185 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,6 @@ description="A package for exposing rattler-build API for conda-smithy" readme = "README.md" authors = [{name = "Nichita Morcotilo", email = "nichita@prefix.dev"}] license = {file = "LICENSE.txt"} -version = "0.0.4" +version = "0.0.5" requires-python = ">=3.8"