Skip to content

Commit

Permalink
bump definitions dependency to v0.0.30 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-b authored Jul 24, 2020
1 parent 5f73c1d commit 339be13
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.28'
definitions_dependency = 'alertlogic-sdk-definitions>=v0.0.30'

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

0 comments on commit 339be13

Please sign in to comment.