From efa3be1d713cc8a01c783577ebac4ad41f828a85 Mon Sep 17 00:00:00 2001 From: Xinyu Zou Date: Tue, 7 Jun 2022 16:31:41 -0700 Subject: [PATCH] chore(release): v2.0.0 (#37) --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ec2a97..9c37990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +v2.0.0 - 2022-06-08 +---------------------- + +Feature: + +* [#35](https://github.com/godaddy/sample-size/pull/35) - Add implementation for sample size calculator which supports multiple metrics and/or variants + * [#30](https://github.com/godaddy/sample-size/pull/30) User experience change: prompt a question on number of variants and enable multiple metrics registration + + v1.0.0 - 2021-12-14 ---------------------- diff --git a/pyproject.toml b/pyproject.toml index 47d9487..2803791 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sample-size" -version = "1.0.0" +version = "2.0.0" description = "A python module implementing power analysis to estimate sample size" authors = [] include = ["CHANGELOG.md", "README.md"]