We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f9909 commit fffd2f4Copy full SHA for fffd2f4
1 file changed
setup.py
@@ -10,8 +10,8 @@
10
11
setup(
12
name="Rcolor",
13
- version='3.0.0',
14
- description='A library that make your output colorful in python',
+ version='3.0.1',
+ description='A library that makes your output colorful in Python',
15
long_description=long_description,
16
long_description_content_type='text/markdown',
17
author='Behnam',
@@ -28,4 +28,4 @@
28
"Programming Language :: Python :: 3",
29
"Operating System :: OS Independent",
30
],
31
- )
+ )
0 commit comments