Skip to content

Commit fffd2f4

Browse files
authored
Update setup.py
1 parent 11f9909 commit fffd2f4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
setup(
1212
name="Rcolor",
13-
version='3.0.0',
14-
description='A library that make your output colorful in python',
13+
version='3.0.1',
14+
description='A library that makes your output colorful in Python',
1515
long_description=long_description,
1616
long_description_content_type='text/markdown',
1717
author='Behnam',
@@ -28,4 +28,4 @@
2828
"Programming Language :: Python :: 3",
2929
"Operating System :: OS Independent",
3030
],
31-
)
31+
)

0 commit comments

Comments
 (0)