diff --git a/README.md b/README.md index 9e6ebe6..e20736d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # caseutil [![license](https://img.shields.io/github/license/makukha/caseutil.svg)](https://github.com/makukha/caseutil/blob/main/LICENSE) -[![Coverage Status](https://raw.githubusercontent.com/makukha/caseutil/0.5.1/docs/img/coverage-badge.svg)](https://github.com/makukha/caseutil) +[![Coverage Status](https://raw.githubusercontent.com/makukha/caseutil/0.5.2/docs/img/coverage-badge.svg)](https://github.com/makukha/caseutil) [![pypi](https://img.shields.io/pypi/v/caseutil.svg)](https://pypi.python.org/pypi/caseutil) [![versions](https://img.shields.io/pypi/pyversions/caseutil.svg)](https://pypi.org/project/caseutil) diff --git a/pyproject.toml b/pyproject.toml index ad1a69e..3066212 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "caseutil" -version = "0.5.1" -description = "Naming case conventions parsing and converting tool." +version = "0.5.2" +description = "Case conversion and verification Python library for snake_case, camelCase, kebab-case, and more." authors = ["Michael Makukha "] license = "MIT" readme = "README.md" @@ -10,6 +10,10 @@ repository = "https://github.com/makukha/caseutil" keywords = [ "case", "convert", + "case converter", + "string case", + "text case", + "text case converter", "naming", "camel case", "pascal case", @@ -17,7 +21,6 @@ keywords = [ "kebab case", "all caps", "screaming snake case", - # todo ] classifiers = [ # see https://pypi.org/classifiers/