From 5fde5f2ea8aa871061acea24a9da49a25911894d Mon Sep 17 00:00:00 2001 From: Michael Franklin Date: Thu, 5 Dec 2019 14:20:02 +1100 Subject: [PATCH] Bump for release --- janis_assistant/__meta__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/janis_assistant/__meta__.py b/janis_assistant/__meta__.py index ad85eb60..0c72e5b0 100644 --- a/janis_assistant/__meta__.py +++ b/janis_assistant/__meta__.py @@ -1,4 +1,4 @@ -__version__ = "v0.7.13" +__version__ = "v0.7.14" DOCS_URL = "https://janis.readthedocs.io" GITHUB_URL = "https://github.com/PMCC-BioinformaticsCore/janis-assistant" ISSUE_URL = "https://github.com/PMCC-BioinformaticsCore/janis-assistant/issues/new"