Skip to content

Commit 4dd0a07

Browse files
author
Gordon J. Köhn
committed
bump 1.1.1 + project description
1 parent 0da0939 commit 4dd0a07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# conda recipe
22
{% set name = "sr2silo" %}
3-
{% set version = "1.1.0" %}
3+
{% set version = "1.1.1" %}
44

55
package:
66
name: {{ name|lower }}

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "sr2silo"
3-
version = "1.1.0"
4-
description = "short-read to silo"
3+
version = "1.1.1"
4+
description = "ETL tool for importing short-read sequencing data into SILO database, powering Loculus."
55
authors = ["Gordon Julian Koehn <gordon.koehn@dbsse.ethz.ch>"]
66
readme = "README.md"
77
packages = [{ include = "sr2silo", from = "src" }]

0 commit comments

Comments
 (0)