Skip to content

Commit

Permalink
rename text-unicoder v1.2.3151
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed Apr 7, 2024
1 parent 8772cca commit 28651d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# __version__

[metadata]
name = unicoder
version = 1.2.3147
name = text-unicoder
version = 1.2.3151
license = APL
license_files =
LICENSE
Expand Down
2 changes: 1 addition & 1 deletion unicoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28651d6

Please sign in to comment.