Skip to content

Commit

Permalink
bumped version and fixed readme header
Browse files Browse the repository at this point in the history
  • Loading branch information
jramrath committed Feb 4, 2022
1 parent c1e89ca commit 510ba87
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# colorText
# textColor

This is an easy to use Python library which allows you to make your terminal outputs more colorful and therefore easier to read and understand.

Expand Down
Binary file added dist/textColor-2.0.0-py3-none-any.whl
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="textColor",
version="1.0.1",
version="2.0.0",
author="Jannik Ramrath",
author_email="textcolor@ramrath.anonaddy.me",
description="This is an easy to use Python library which allows you to make your terminal outputs more colorful and therefore easier to read and understand",
Expand Down
5 changes: 3 additions & 2 deletions textColor.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: textColor
Version: 1.0.1
Version: 2.0.0
Summary: This is an easy to use Python library which allows you to make your terminal outputs more colorful and therefore easier to read and understand
Home-page: https://github.com/jramrath/textColor
Author: Jannik Ramrath
Expand All @@ -14,7 +14,7 @@ Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# colorText
# textColor

This is an easy to use Python library which allows you to make your terminal outputs more colorful and therefore easier to read and understand.

Expand All @@ -30,6 +30,7 @@ PiPy: https://pypi.org/project/textColor/
# Installation

This library is hosted on [pypi.org](https://pypi.org/project/textColor/). You can install it with **pip**:

`pip install textColor`


Expand Down

0 comments on commit 510ba87

Please sign in to comment.