Skip to content

Commit 8798489

Browse files
authored
Update pyproject.toml
1 parent fe4692f commit 8798489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyeed"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "Toolkit to create, annotate, and analyze sequence data"
55
authors = ["haeussma <[email protected]>"]
66
license = "MIT"
@@ -66,4 +66,4 @@ check_untyped_defs = true
6666
strict = true
6767

6868
[tool.ruff.lint]
69-
extend-select = ["I"]
69+
extend-select = ["I"]

0 commit comments

Comments
 (0)