diff --git a/README.md b/README.md index 2577bb4..ffc6e8f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -[![Style Check](https://github.com/gdraheim/unicoder/actions/workflows/stylecheck.yml/badge.svg?event=push)](https://github.com/gdraheim/unicoder/actions/workflows/stylecheck.yml) -[![Type Check](https://github.com/gdraheim/unicoder/actions/workflows/typecheck.yml/badge.svg?event=push)](https://github.com/gdraheim/unicoder/actions/workflows/typecheck.yml) -[![Unit Tests](https://github.com/gdraheim/unicoder/actions/workflows/unittests.yml/badge.svg?event=push)](https://github.com/gdraheim/unicoder/actions/workflows/unittests.yml) -[![Code Coverage](https://img.shields.io/badge/311%20test-100%25%20coverage-brightgreen)](https://github.com/gdraheim/unicoder/blob/master/unicoder.py.tests.py) -[![PyPI version](https://badge.fury.io/py/unicoder.svg)](https://pypi.org/project/unicoder/) +[![Style Check](https://github.com/gdraheim/text-unicoder/actions/workflows/stylecheck.yml/badge.svg?event=push)](https://github.com/gdraheim/text-unicoder/actions/workflows/stylecheck.yml) +[![Type Check](https://github.com/gdraheim/text-unicoder/actions/workflows/typecheck.yml/badge.svg?event=push)](https://github.com/gdraheim/text-unicoder/actions/workflows/typecheck.yml) +[![Unit Tests](https://github.com/gdraheim/text-unicoder/actions/workflows/unittests.yml/badge.svg?event=push)](https://github.com/gdraheim/text-unicoder/actions/workflows/unittests.yml) +[![Code Coverage](https://img.shields.io/badge/311%20test-100%25%20coverage-brightgreen)](https://github.com/gdraheim/text-unicoder/blob/master/unicoder.py.tests.py) +[![PyPI version](https://badge.fury.io/py/text-unicoder.svg)](https://pypi.org/project/text-unicoder/) This script allows to convert ascii to unicode specials including bold italic greek fraktur script. @@ -34,7 +34,7 @@ Examples: This script helps to bold or slanted text to various social media platforms. The nobr thin fract parts are particularly useful for Wikipedia. -The flip or turn allows to provide a pun on a text. +The flip text (or turn text) allows to provide a pun on a question. ### RESULT diff --git a/setup.cfg b/setup.cfg index fc09473..650cf52 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,8 +1,8 @@ # __version__ [metadata] -name = unicoder -version = 1.2.3147 +name = text-unicoder +version = 1.2.3151 license = APL license_files = LICENSE diff --git a/unicoder.py b/unicoder.py index 18ffbee..55ccd4a 100755 --- a/unicoder.py +++ b/unicoder.py @@ -2,7 +2,7 @@ from __future__ import print_function __copyright__ = "(C) 2021-2024 Guido U. Draheim, licensed under the APLv2" -__version__ = "1.2.3147" +__version__ = "1.2.3151" from typing import List, Dict, Generator, Tuple from io import StringIO