Skip to content

Commit

Permalink
Update sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanzhang Zeng (Roger) committed Jul 26, 2019
1 parent b19554c commit e2ab037
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/python_durable_bindings/requirements.txt
@@ -1,5 +1,5 @@
azure-functions
azure-functions-durable-python
azure-functions-durable
grpcio==1.20.1
grpcio-tools==1.20.1
protobuf==3.9.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -56,9 +56,9 @@ def run(self, *args, **kwargs):


setup(
name='azure-functions-durable-python',
name='azure-functions-durable',
packages=find_packages(exclude=("tests","samples")),
version='1.0.0b10',
version='1.0.1a1',
description='Durable Functions Support For Python Functionapp',
license='MIT',
setup_requires=[
Expand Down

0 comments on commit e2ab037

Please sign in to comment.