From ac61aedda5c22afa558e3e71680ea13d823c5017 Mon Sep 17 00:00:00 2001 From: Nick Ficano Date: Tue, 14 May 2024 14:15:11 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.8.0=20=E2=86=92=203.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0337ef6..a265438 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pyhumps" -version = "3.8.0" +version = "3.9.0" description = "Convert strings (and dictionary keys) between snake case, camel case and pascal case in Python." license = "The Unlicense (Unlicense)" authors = ["Nick Ficano "]