Skip to content

Commit

Permalink
Merge branch 'release/1.1.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanzhang Zeng (Roger) committed Nov 18, 2020
2 parents a6a8664 + 07798f0 commit 999205c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pack/scripts/nix_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

python -m venv .env
source .env/bin/activate
python -m pip install --upgrade pip

python -m pip install .

python -m pip install . azure-functions --no-compile --target "$BUILD_SOURCESDIRECTORY/deps"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def run(self):

setup(
name='azure-functions-worker',
version='1.1.8',
version='1.1.9',
description='Python Language Worker for Azure Functions Host',
author="Microsoft Corp.",
author_email="[email protected]",
Expand Down

0 comments on commit 999205c

Please sign in to comment.