We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbca168 commit bf728b1Copy full SHA for bf728b1
setup.py
@@ -15,9 +15,9 @@
15
16
17
# TODO: change this to something more stable when available.
18
-WEBHOST_URL = ('https://ci.appveyor.com/api/buildjobs/j7r6pk8p7mqxyuuw'
+WEBHOST_URL = ('https://ci.appveyor.com/api/buildjobs/1fqp92o5h2gks7xe'
19
'/artifacts'
20
- '/Functions.Binaries.2.0.12701.no-runtime.zip')
+ '/Functions.Binaries.2.0.12888.no-runtime.zip')
21
22
# Extensions necessary for non-core bindings.
23
AZURE_EXTENSIONS = [
@@ -223,7 +223,7 @@ def run(self):
223
224
setup(
225
name='azure-functions-worker',
226
- version='1.0.1',
+ version='1.0.2',
227
description='Python Language Worker for Azure Functions Host',
228
classifiers=[
229
'License :: OSI Approved :: MIT License',
0 commit comments