From d70db0a25d77e212d918f4145f18f97fd0846cd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20K=C3=B6nig?= <35546377+patrick-koenig@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:15:54 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f28520d..69d1735 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "blast2galaxy" -version = "0.1.0a1" +version = "1.0.0" keywords = ["bioinformatics", "blast", "sequence alignment"] description = "A Python package providing a CLI and API to perform BLAST+ and DIAMOND queries against public or private Galaxy servers" authors = ["Patrick König "] @@ -66,6 +66,6 @@ classifiers = [ ] [project.urls] -Documentation = "https://ipk-bit.github.io/blast2galaxy/" +Documentation = "https://blast2galaxy.readthedocs.io/" Source = "https://github.com/IPK-BIT/blast2galaxy/" Homepage = "https://github.com/IPK-BIT/blast2galaxy/" \ No newline at end of file