Skip to content

Commit

Permalink
Update verison
Browse files Browse the repository at this point in the history
  • Loading branch information
dickermoshe committed Feb 20, 2022
1 parent 2038ec8 commit d5a96a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="zappadock",
version='0.1.1',
version='0.1.3',
author="Moshe Dicker",
author_email='[email protected]',
description="A tool for running Zappa commands in a Lambda-like' environment.",
Expand All @@ -20,7 +20,7 @@
packages=find_packages(),
entry_points={
'console_scripts': [
'zappadock = zappadock:zappadock',
'zappadock = zappadock.zappadock:zappadock',
],
},
python_requires=">=3.6,!=3.10.*,!=3.11.*",
Expand Down

0 comments on commit d5a96a0

Please sign in to comment.