Skip to content

Commit 97a2ded

Browse files
committed
version 1.2.0
1 parent 12ddd3f commit 97a2ded

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/workflow_docs/cutshaw.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sample_id,isolate_id
4040
sample_001,SAP18-8729
4141
sample_002,SAP18-H9654
4242
```
43-
PT isolates currently compatable with the Cutshaw pipeline:
43+
PT isolates currently compatible with the Cutshaw pipeline:
4444
- SAP18-0432 Salmonella enterica subsp. enterica serovar Enteritidis
4545
- SAP18-H9654 Salmonella enterica subsp. enterica serovar Enteritidis
4646
- SAP18-6199 Salmonella enterica subsp. enterica serovar Typhimurium

packaging/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="staphb_toolkit",
9-
version="1.1.2",
9+
version="1.2.0",
1010
author="Kelsey Florek, Kevin Libuit",
1111
1212
description="A ToolKit of commonly used Public Health Bioinformatics Tools",

staphb_toolkit/core/update_app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import shlex
66

77
#version number
8-
version = "1.1.1"
8+
version = "1.2.0"
99

1010
#selfupdate check file
1111
selfupdate_status = os.path.join(os.path.abspath(os.path.dirname(os.path.realpath(__file__))),'selfupdate')

0 commit comments

Comments
 (0)