From 6fc6b6c524222706b3ed1ab3ddb8bf24cea299bd Mon Sep 17 00:00:00 2001 From: Vaibhav Singh Date: Wed, 20 Nov 2024 19:38:39 -0500 Subject: [PATCH] chore: bump patch version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 19ab955..5f3e85d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="random_word" -version="1.0.12" +version="1.0.13" authors = ["Vaibhav Singh "] description="This is a simple python package to generate random english words" license="MIT"