Skip to content

Commit 45b257d

Browse files
committed
bump version to 0.2.0
1 parent 9f50906 commit 45b257d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

FastOMA/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

22
__packagename__ = "FastOMA"
3-
__version__ = "0.1.6"
3+
__version__ = "0.2.0"

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ manifest {
1010

1111
params {
1212
container_name = "dessimozlab/fastoma"
13-
container_version = "latest"
13+
container_version = "0.2.0"
1414
omamer_db = "https://omabrowser.org/All/LUCA.h5"
1515
debug_enabled = false
1616
help = false

0 commit comments

Comments
 (0)