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