Skip to content

Commit 1c1b10b

Browse files
committed
bump
1 parent 219fb83 commit 1c1b10b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

cloudfn/cli.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ def build_for_local(file_name='main.py'):
6161
'--hidden-import', 'Cookie',
6262
]
6363
if os.path.isdir('./hooks'):
64-
base.append('--additional-hooks-dir', 'hooks')
64+
# base.append('--additional-hooks-dir', 'hooks')
65+
pass
6566
if os.path.isfile('.hidden-imports'):
6667
pass
6768
return base

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='pycloudfn',
5-
version='0.1.10',
5+
version='0.1.13',
66
description='GCP Cloud functions in python',
77
url='https://github.com/MartinSahlen/cloud-functions-python',
88
author='Martin Sahlen',

0 commit comments

Comments
 (0)