Skip to content

Commit

Permalink
bump sdk version to v1.0.35 (#27)
Browse files Browse the repository at this point in the history
bump sdk version to v1.0.35
  • Loading branch information
anton-b authored Jul 17, 2020
1 parent d2eeb5c commit 71ebebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
sdk_latest_version = defs_info['info']['version']
sdk_dependency = 'alertlogic-sdk-python>=' + sdk_latest_version
except:
sdk_dependency = 'alertlogic-sdk-python>=1.0.34'
sdk_dependency = 'alertlogic-sdk-python>=1.0.35'

requirements = [
sdk_dependency,
Expand Down

0 comments on commit 71ebebc

Please sign in to comment.