You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.py
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
3
3
setup(
4
4
name='duplipy',
5
-
version='0.1.6',
5
+
version='0.1.7',
6
6
author='Infinitode Pty Ltd',
7
7
author_email='infinitode.ltd@gmail.com',
8
-
description='A package for formatting and text replication.',
9
-
long_description='DupliPy is a quick and easy-to-use package that can handle text formatting and data augmentation tasks for NLP in Python.',
8
+
description='A package for formatting and text replication, with added support for image augmentation.',
9
+
long_description='DupliPy is a quick and easy-to-use package that can handle text formatting and data augmentation tasks for NLP in Python, with added support for image augmentation.',
0 commit comments