Skip to content

Commit

Permalink
update version and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
carlvitzthum committed Sep 19, 2018
1 parent e3d4ff8 commit 692d7ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@

setup(
name='python-lambda',
version='0.7.1',
description="The bare minimum for a Python app running on Amazon Lambda.",
version='0.10.1',
description="FORKED for 4dn-dcic. The bare minimum for a Python app running on Amazon Lambda.",
long_description=readme + '\n\n' + history,
author="Nick Ficano",
author_email='nficano@gmail.com',
url='https://github.com/nficano/python-lambda',
url='https://github.com/4dn-dcic/python-lambda',
packages=find_packages(),
package_data={
'aws_lambda': ['project_templates/*'],
Expand Down

0 comments on commit 692d7ac

Please sign in to comment.