diff --git a/pyproject.toml b/pyproject.toml index 5d66c05..02b41bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "camel-converter" -version = "3.1.0" +version = "3.1.1" description = "Converts a string from snake case to camel case or camel case to snake case" authors = ["Paul Sanders "] license = "MIT"