We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a50df commit b3cf8bdCopy full SHA for b3cf8bd
setup.py
@@ -9,8 +9,8 @@ def readme():
9
return(README)
10
11
setup(
12
- name = 'py-gmail',
13
- version = '0.0.5',
+ name = 'python-gmail',
+ version = '0.0.1',
14
description = 'Automatically Send Gmail with SMTP Server.',
15
long_description = readme(),
16
long_description_content_type = 'text/markdown',
0 commit comments