From 4653c05f6984a84a80223c3d9950488378e76365 Mon Sep 17 00:00:00 2001 From: Chris Clarkson Date: Fri, 10 Sep 2021 12:21:59 +0100 Subject: [PATCH] release prep (#60) --- README.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f82d7ad5..62c1e7ece 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,9 @@ $ poetry publish ## Release notes +### 0.10.0 + +* Add `Ag3.sample_cohorts()`. ### 0.9.0 diff --git a/pyproject.toml b/pyproject.toml index 9082f3075..401072dc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "malariagen_data" -version = "0.9.0" +version = "0.10.0" description = "A package for accessing MalariaGEN public data." authors = ["Alistair Miles ", "Chris Clarkson "] license = "MIT"