Skip to content

Commit

Permalink
chore: bump to 0.4.0 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval authored Nov 12, 2024
1 parent 3c625de commit 633956d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bedspec"
version = "0.3.0"
version = "0.4.0"
description = "An HTS-specs compliant BED toolkit."
authors = ["Clint Valentine <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -31,7 +31,7 @@ packages = [{ include = "bedspec" }, { include = "cgranges" }]

[tool.poetry.dependencies]
python = "^3.10.0,<4.0.0"
typeline = "^0.3"
typeline = "^0.4"
typing-extensions = "^4.12"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 633956d

Please sign in to comment.