Skip to content

Commit 0da311e

Browse files
committed
md -> rst
1 parent 7c80aa9 commit 0da311e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

aws_lambda/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version information."""
22

33
# The following line *must* be the last in the module, exactly as formatted:
4-
__version__ = "1.0.0"
4+
__version__ = "1.0.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
version=pkg_version,
2828
description="FORKED for 4dn-dcic. Use to package and deploy lambda functions.",
2929
long_description=readme,
30-
long_description_content_type='text/markdown',
30+
long_description_content_type='text/x-rst',
3131
author="Carl Vitzthum, Soo Lee",
3232
author_email='carl_vitzthum@hms.harvard.edu',
3333
url='https://github.com/4dn-dcic/python-lambda',

0 commit comments

Comments
 (0)