Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fplazaonate committed Jul 24, 2024
1 parent c3c273d commit 21f5da1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "eskrim"
version = "1.0.8"
version = "1.0.9"
description = "ESKRIM: EStimate with K-mers the RIchness in a Microbiome"
authors = ["Florian Plaza-Oñate <[email protected]>"]
authors = ["Florian Plaza Oñate <[email protected]>"]
license = "GPL-3.0-or-later"
readme = "README.md"
keywords = ["Metagenomics"]
repository = "https://forgemia.inra.fr/metagenopolis/eskrim"
repository = "https://github.com/metagenopolis/ESKRIM"
classifiers = [
"Environment :: Console",
"Intended Audience :: Science/Research",
Expand All @@ -23,7 +23,7 @@ eskrim = "eskrim.eskrim:main"

[tool.poetry.dependencies]
python = ">=3.12"
pyjellyfish = ">=1.3"
pyjellyfish = ">=1.3.1"

[tool.poetry.group.mypy.dependencies]
mypy = "^1.10"
Expand Down

0 comments on commit 21f5da1

Please sign in to comment.