From 4ed905a762556ecfccc4cfe9c433c4d299251336 Mon Sep 17 00:00:00 2001 From: Xinyu Zou Date: Mon, 31 Oct 2022 11:48:42 -0700 Subject: [PATCH] chore(release): v3.0.0 (#62) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdbd797..307e0a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +v3.0.0 - 2022-10-31 +---------------------- + +Feature: +* [#61](https://github.com/godaddy/sample-size/pull/61) - support sample size calculation for one-sided test and update documentation + + v2.0.3 - 2022-09-27 ---------------------- diff --git a/pyproject.toml b/pyproject.toml index 4f5c390..c34f1ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sample-size" -version = "2.0.3" +version = "3.0.0" description = "A python module implementing power analysis to estimate sample size" authors = [] include = ["CHANGELOG.md", "README.md"]