Skip to content

Commit

Permalink
Bump pulumi version to 0.16.14 in python sdk (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
lblackstone authored Feb 13, 2019
1 parent e32f8d2 commit e4fa04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ def readme():
license='Apache-2.0',
packages=find_packages(),
install_requires=[
'pulumi>=0.16.10,<0.17.0'
'pulumi>=0.16.14,<0.17.0'
],
zip_safe=False)

0 comments on commit e4fa04b

Please sign in to comment.