Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-koenig committed Sep 2, 2024
1 parent 26d3ca8 commit d70db0a
Showing 1 changed file with 2 additions and 2 deletions.
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 = "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 <koenig@ipk-gatersleben.de>"]
Expand Down Expand Up @@ -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/"

0 comments on commit d70db0a

Please sign in to comment.