Skip to content

Commit

Permalink
version: bump to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
m1stadev committed Apr 5, 2024
1 parent c824452 commit de428db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "apple-compress"
version = "0.2.2"
version = "0.2.3"
description = "Python bindings for Apple's libcompression."
authors = ["m1stadev <[email protected]>"]
readme = "README.md"
Expand All @@ -13,6 +13,9 @@ python = "^3.8"
click = "^8.1.7"
loguru = "^0.7.2"

[tool.ruff]
target-version = "py38"

[tool.ruff.lint]
extend-select = ["I"]
ignore = ["E722"]
Expand Down

0 comments on commit de428db

Please sign in to comment.