From 3917e8038cd5bccc2f3819d54d2facd4efd6b399 Mon Sep 17 00:00:00 2001 From: clintval Date: Fri, 8 Nov 2024 14:52:19 -0800 Subject: [PATCH] chore: bump to 0.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index edf306d..f71ef51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bedspec" -version = "0.2.0" +version = "0.3.0" description = "An HTS-specs compliant BED toolkit." authors = ["Clint Valentine "] license = "MIT"