We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa5b8e commit c4706bfCopy full SHA for c4706bf
conda-recipe/meta.yaml
@@ -1,6 +1,6 @@
1
# conda recipe
2
{% set name = "sr2silo" %}
3
-{% set version = "1.3.0" %}
+{% set version = "1.4.0" %}
4
5
package:
6
name: {{ name|lower }}
pyproject.toml
[tool.poetry]
name = "sr2silo"
-version = "1.3.0"
+version = "1.4.0"
description = "ETL tool for importing short-read sequencing data into SILO database (v0.8.0+), powering Loculus."
authors = ["Gordon Julian Koehn <gordon.koehn@dbsse.ethz.ch>"]
readme = "README.md"
0 commit comments