Skip to content

Commit 886b8d4

Browse files
committed
.
1 parent d19e301 commit 886b8d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import codecs
33
import os
44

5-
VERSION = '2.0.8'
5+
VERSION = '2.0.9'
66
DESCRIPTION = 'A Scratch API Wrapper'
77
LONG_DESCRIPTION = DESCRIPTION
88

@@ -11,7 +11,7 @@
1111
name="scratchattach",
1212
version=VERSION,
1313
author="TimMcCool",
14-
author_email="[email protected]",
14+
author_email="",
1515
description=DESCRIPTION,
1616
long_description_content_type="text/markdown",
1717
long_description=open('README.md', encoding='utf-8').read(),

0 commit comments

Comments
 (0)