Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wljungbergh committed Aug 25, 2023
1 parent 8fd6db7 commit 4987cca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "zod"
version = "0.3.3"
version = "0.3.4"
description = "Zenseact Open Dataset"
authors = ["Zenseact <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -61,9 +61,7 @@ build-backend = "poetry.core.masonry.api"
line-length = 100
# isort, Warning, pycodestyle (see here: https://github.com/charliermarsh/ruff#supported-rules)
select = ["I", "W", "E"]
exclude = [
"zod/eval/detection/_nuscenes_eval/*"
]
exclude = ["zod/eval/detection/_nuscenes_eval/*"]

[tool.black]
line-length = 100
Expand Down

0 comments on commit 4987cca

Please sign in to comment.