Skip to content

Commit

Permalink
Bump version, remove numpy restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsweeten committed Jun 13, 2024
1 parent d99ea89 commit 069cc23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ModDotPlot"
version = "0.8.3"
version = "0.8.4"
requires-python = ">= 3.7"
dependencies = [
"pysam",
Expand All @@ -16,7 +16,7 @@ dependencies = [
"mmh3",
"tk",
"setproctitle",
"numpy==1.26.4"
"numpy"
]
authors = [
{name = "Alex Sweeten", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion src/moddotplot/const.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "0.8.3"
VERSION = "0.8.4"
COLS = [
"#query_name",
"query_start",
Expand Down

0 comments on commit 069cc23

Please sign in to comment.