Skip to content

Commit bf728b1

Browse files
authored
Python worker version 1.0.2 (#595)
1 parent dbca168 commit bf728b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616

1717
# TODO: change this to something more stable when available.
18-
WEBHOST_URL = ('https://ci.appveyor.com/api/buildjobs/j7r6pk8p7mqxyuuw'
18+
WEBHOST_URL = ('https://ci.appveyor.com/api/buildjobs/1fqp92o5h2gks7xe'
1919
'/artifacts'
20-
'/Functions.Binaries.2.0.12701.no-runtime.zip')
20+
'/Functions.Binaries.2.0.12888.no-runtime.zip')
2121

2222
# Extensions necessary for non-core bindings.
2323
AZURE_EXTENSIONS = [
@@ -223,7 +223,7 @@ def run(self):
223223

224224
setup(
225225
name='azure-functions-worker',
226-
version='1.0.1',
226+
version='1.0.2',
227227
description='Python Language Worker for Azure Functions Host',
228228
classifiers=[
229229
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)