Skip to content

Commit

Permalink
Update package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
makukha committed Jul 30, 2024
1 parent bbcafc2 commit 83aac18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <m.makukha@gmail.com>"]
license = "MIT"
readme = "README.md"
Expand All @@ -10,14 +10,17 @@ repository = "https://github.com/makukha/caseutil"
keywords = [
"case",
"convert",
"case converter",
"string case",
"text case",
"text case converter",
"naming",
"camel case",
"pascal case",
"snake case",
"kebab case",
"all caps",
"screaming snake case",
# todo
]
classifiers = [
# see https://pypi.org/classifiers/
Expand Down

0 comments on commit 83aac18

Please sign in to comment.