From 1d1c7f9d02f9c7a8eb977dc0624bf5a045d55ddc Mon Sep 17 00:00:00 2001 From: guacs <126393040+guacs@users.noreply.github.com> Date: Sat, 2 Mar 2024 19:59:04 +0530 Subject: [PATCH] chore: release v2.15.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a8a28baf..487b313e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ "Typing :: Typed", ] name = "polyfactory" -version = "2.14.1" +version = "2.15.0" description = "Mock data generation factories" readme = "docs/PYPI_README.md" license = {text = "MIT"}