Skip to content

Commit 976e1dc

Browse files
committed
bump version
1 parent 5f11d29 commit 976e1dc

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
## Current Version
2222

23-
### `5.0.0`
23+
### `5.1.0`
2424

2525
### Data input formats
2626

enviroMS/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "5.0.0"
1+
__version__ = "5.1.0"
22
__doc__ = '''
33
# Table of Contents
44
- Introduction

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# This call to setup() does all the work
1313
setup(
1414
name="EnviroMS",
15-
version="5.0.0",
15+
version="5.1.0",
1616
description="Search and Assign Molecular Formulas for Complex Mixtures of Small Molecules",
1717
long_description=README,
1818
long_description_content_type="text/markdown",

wdl/di_fticr_ms.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ task runDirectInfusion {
7979
}
8080

8181
runtime {
82-
docker: "~{if defined(docker_image) then docker_image else 'microbiomedata/enviroms:5.0.0'}"
82+
docker: "~{if defined(docker_image) then docker_image else 'microbiomedata/enviroms:5.1.0'}"
8383
}
8484
}

wdl/lc_fticr_ms.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ task run_LCFTICR {
6262
}
6363

6464
runtime {
65-
docker: "~{if defined(docker_image) then docker_image else 'microbiomedata/enviroms:5.0.0'}"
65+
docker: "~{if defined(docker_image) then docker_image else 'microbiomedata/enviroms:5.1.0'}"
6666
}
6767
}

0 commit comments

Comments
 (0)