Skip to content

Commit

Permalink
Python worker version 1.0.2 (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazhzeng authored Dec 13, 2019
1 parent dbca168 commit bf728b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@


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

# Extensions necessary for non-core bindings.
AZURE_EXTENSIONS = [
Expand Down Expand Up @@ -223,7 +223,7 @@ def run(self):

setup(
name='azure-functions-worker',
version='1.0.1',
version='1.0.2',
description='Python Language Worker for Azure Functions Host',
classifiers=[
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit bf728b1

Please sign in to comment.