diff --git a/pixi.lock b/pixi.lock index 5352b67..55ba806 100644 --- a/pixi.lock +++ b/pixi.lock @@ -4935,9 +4935,9 @@ packages: timestamp: 1712347574442 - kind: pypi name: rattler-build-conda-compat - version: 0.0.1 + version: 0.0.2 path: . - sha256: 1ce7db688592be34463febb86920cc60433c00581d82e761e65409c913578d67 + sha256: 30e8c7c6d01ffb58a7a8663ea0db34015821e1cfb2761836ba6e643a8048a59f requires_python: '>=3.8' editable: true - kind: conda diff --git a/pyproject.toml b/pyproject.toml index 9fb3ae9..774ee5f 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.1" +version = "0.0.2" requires-python = ">=3.8"