We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c80aa9 commit 0da311eCopy full SHA for 0da311e
2 files changed
aws_lambda/_version.py
@@ -1,4 +1,4 @@
1
"""Version information."""
2
3
# The following line *must* be the last in the module, exactly as formatted:
4
-__version__ = "1.0.0"
+__version__ = "1.0.1"
setup.py
@@ -27,7 +27,7 @@
27
version=pkg_version,
28
description="FORKED for 4dn-dcic. Use to package and deploy lambda functions.",
29
long_description=readme,
30
- long_description_content_type='text/markdown',
+ long_description_content_type='text/x-rst',
31
author="Carl Vitzthum, Soo Lee",
32
author_email='carl_vitzthum@hms.harvard.edu',
33
url='https://github.com/4dn-dcic/python-lambda',
0 commit comments