From 63bc40eca3de379f7f8fe90b2574bbeab8f6c42d Mon Sep 17 00:00:00 2001 From: Leighton Pritchard Date: Wed, 25 Oct 2017 10:35:06 +0100 Subject: [PATCH] update version to v0.2.7 --- CHANGES.md | 3 +++ pyani/__init__.py | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3991fb48..a1dce9d3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ # CHANGES.md +## v0.2.7 +* Fix issue #97 where valid input arguments were not recognised in the download script + ## v0.2.6 * Add Dockerfiles for making Docker images diff --git a/pyani/__init__.py b/pyani/__init__.py index e1a3705c..d633d327 100644 --- a/pyani/__init__.py +++ b/pyani/__init__.py @@ -1,5 +1,3 @@ # python package version # should match r"^__version__ = '(?P[^']+)'$" for setup.py -__version__ = '0.2.6' - - +__version__ = '0.2.7'