shellcolorize 0.2__tar.gz → 0.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: shellcolorize
3
- Version: 0.2
4
- Summary: A simple library to add ANSI color codes to terminal text
3
+ Version: 0.3
4
+ Summary: Add color to Linux CLI shell terminal output in ANSI
5
5
  Home-page: https://github.com/serber1990/shell-colorize
6
6
  Author: Serber1990
7
7
  Author-email: serber1990@pm.me
@@ -2,8 +2,8 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="shellcolorize",
5
- version="0.2",
6
- description="A simple library to add ANSI color codes to terminal text",
5
+ version="0.3",
6
+ description="Add color to Linux CLI shell terminal output in ANSI",
7
7
  long_description=open("README.md").read(),
8
8
  long_description_content_type="text/markdown",
9
9
  author="Serber1990",
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: shellcolorize
3
- Version: 0.2
4
- Summary: A simple library to add ANSI color codes to terminal text
3
+ Version: 0.3
4
+ Summary: Add color to Linux CLI shell terminal output in ANSI
5
5
  Home-page: https://github.com/serber1990/shell-colorize
6
6
  Author: Serber1990
7
7
  Author-email: serber1990@pm.me
File without changes
File without changes