From f78e3d19415a525d02683106e177bf103ce35439 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 29 Apr 2023 00:10:53 +0000 Subject: [PATCH] 0.3.0 0.3.0 [skip ci] --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- src/which_plates/__init__.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a85c22c..f719df2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v0.3.0 (2023-04-29) +### Feature +* **functions:** Update actions ([`04ccc3e`](https://github.com/iandday/whichPlates/commit/04ccc3e4fe6702aab5a7daf95f9c12a66a538f4c)) +* **functions:** Update actions ([`ca831f4`](https://github.com/iandday/whichPlates/commit/ca831f445e212affd998f9b29c1ee8ab81823d60)) + ## v0.2.0 (2023-04-19) ### Feature * **functions:** Update docstrings ([`fef4d29`](https://github.com/iandday/whichPlates/commit/fef4d29f0c7f0cab9077f60ae218f6215a3d9a13)) diff --git a/pyproject.toml b/pyproject.toml index 72131d1..730bc46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "which_plates" -version = "0.2.0" +version = "0.3.0" description = "" authors = ["Ian Day "] readme = "README.md" diff --git a/src/which_plates/__init__.py b/src/which_plates/__init__.py index ff3811a..0db9440 100644 --- a/src/which_plates/__init__.py +++ b/src/which_plates/__init__.py @@ -8,4 +8,4 @@ "calc_plates", "main", ] -__version__ = "0.2.0" +__version__ = "0.3.0"