From d8bc1f71dfb9534b2c559f3e39635f462cc5107a Mon Sep 17 00:00:00 2001 From: Aaron Petkau Date: Wed, 14 Nov 2018 13:15:28 -0600 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 +- staramr/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b05cf1d4..54860f61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Version 0.3.0 (in development) +# Version 0.3.0 * Exclusion of `aac(6')-Iaa` from results by default. Added ability to override this with `--no-exclude-genes` or pass a custom list of genes to exclude from results with `--exclude-genes-file`. diff --git a/staramr/__init__.py b/staramr/__init__.py index 020ed73d..0404d810 100644 --- a/staramr/__init__.py +++ b/staramr/__init__.py @@ -1 +1 @@ -__version__ = '0.2.2' +__version__ = '0.3.0'