Skip to content

Commit

Permalink
Bump version to 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Feb 15, 2024
1 parent 6c2d1fe commit 17cf2b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polars_xdt"
version = "0.12.3"
version = "0.12.4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ module-name = "polars_xdt._internal"
docstring-code-format = true

[tool.ruff]
select = [
lint.select = [
"ALL",
]
ignore = [
lint.ignore = [
'A003',
'ANN101',
'ANN401',
Expand Down Expand Up @@ -69,7 +69,7 @@ ignore = [
]

# Allow autofix for all enabled rules (when `--fix`) is provided.
fixable = ["ALL"]
lint.fixable = ["ALL"]

# Exclude a variety of commonly ignored directories.
exclude = [
Expand Down

0 comments on commit 17cf2b5

Please sign in to comment.