Skip to content

Commit d5a96a0

Browse files
committed
Update verison
1 parent 2038ec8 commit d5a96a0

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
@@ -5,7 +5,7 @@
55

66
setup(
77
name="zappadock",
8-
version='0.1.1',
8+
version='0.1.3',
99
author="Moshe Dicker",
1010
author_email='[email protected]',
1111
description="A tool for running Zappa commands in a Lambda-like' environment.",
@@ -20,7 +20,7 @@
2020
packages=find_packages(),
2121
entry_points={
2222
'console_scripts': [
23-
'zappadock = zappadock:zappadock',
23+
'zappadock = zappadock.zappadock:zappadock',
2424
],
2525
},
2626
python_requires=">=3.6,!=3.10.*,!=3.11.*",

0 commit comments

Comments
 (0)