diff --git a/README.md b/README.md index 19876a62..ef7b953a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # StaPH-B ToolKit +![Latest Release](https://img.shields.io/github/v/release/StaPH-B/staphb_toolkit) [![Build Status](https://travis-ci.org/StaPH-B/staphb_toolkit.svg?branch=master)](https://travis-ci.org/StaPH-B/staphb_toolkit) + A python library designed to make programs held within the StaPH-B Docker repository more accessible to public health scientists. ## Summary diff --git a/packaging/setup.py b/packaging/setup.py index f0908166..fd1a0b23 100755 --- a/packaging/setup.py +++ b/packaging/setup.py @@ -5,8 +5,8 @@ long_description = fh.read() setuptools.setup( - name="staphb_toolkit-krflore", - version="0.1.0a0", + name="staphb_toolkit", + version="1.0.0", author="Kelsey Florek, Kevin Libuit", author_email="kelsey.florek@slh.wisc.edu, kevin.libuit@dgs.virginia.gov", description="A ToolKit of commonly used Public Health Bioinformatics Tools",