Skip to content

Commit

Permalink
bump sdk definitions to 0.0.28 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-b authored Jul 24, 2020
1 parent 66c605a commit 5f73c1d
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 @@ -17,7 +17,7 @@
definitions_latest_version = defs_info['info']['version']
definitions_dependency = 'alertlogic-sdk-definitions>=' + definitions_latest_version
except:
definitions_dependency = 'alertlogic-sdk-definitions>=0.0.23'
definitions_dependency = 'alertlogic-sdk-definitions>=0.0.28'

requirements = [
'requests>=2.18',
Expand Down

0 comments on commit 5f73c1d

Please sign in to comment.