From 45720e6ddb63302502468e75d9d17a0817c44efa Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Mon, 23 Oct 2023 15:52:44 -0400 Subject: [PATCH] chore: revert version to 0.13.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9656313..4c31191 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "chord-drs" -version = "0.14.0" +version = "0.13.0" description = "An implementation of a data repository system (as per GA4GH's specs) for the Bento platform." authors = ["David Lougheed "] license = "LGPL-3.0"