From 76ec309a6db466d1cc43ead4a51cff3e6734140b Mon Sep 17 00:00:00 2001 From: js2264 Date: Mon, 29 Jul 2024 14:47:41 +0200 Subject: [PATCH] bump to v0.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69fbbbf..6e52e2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "momics" -version = "0.1.0" +version = "0.1.1" description = "A package to create and manage genome-related TileDB arrays" requires-python = ">=3.8" license = {text = "CC BY-NC 4.0"}