Skip to content

Commit

Permalink
release: v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejager committed Jul 19, 2024
1 parent ecb8cde commit 0d8f14b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "rattler-build-conda-compat"
version = "0.2.1"
version = "0.2.2"
description = "A package for exposing rattler-build API for conda-smithy"
authors = ["nichmor <[email protected]>"]
channels = ["conda-forge"]
Expand Down
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ build-backend = "hatchling.build"
[project]
name = "rattler-build-conda-compat"
description = "A package for exposing rattler-build API for conda-smithy"
version = "0.2.1"
version = "0.2.2"
readme = "README.md"
authors = [{ name = "Nichita Morcotilo", email = "[email protected]" }]
license = { file = "LICENSE.txt" }
dependencies = [
"typing-extensions>=4.12,<5"
]
dependencies = ["typing-extensions>=4.12,<5"]
requires-python = ">=3.8"

[tool.ruff]
Expand All @@ -32,7 +30,7 @@ ignore = [
"T201", # https://docs.astral.sh/ruff/rules/print/
"A003", # https://docs.astral.sh/ruff/rules/builtin-attribute-shadowing/
"PTH", # We dont want to change the API to pathlib just yet
"ANN101" # Deprecated
"ANN101", # Deprecated
]
exclude = [
"src/rattler_build_conda_compat/lint.py",
Expand Down

0 comments on commit 0d8f14b

Please sign in to comment.