Skip to content

Commit

Permalink
bump default definitions to 0.0.13 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-b authored Jun 29, 2020
1 parent 100501b commit a566116
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.4'
definitions_dependency = 'alertlogic-sdk-definitions>=0.0.13'

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

0 comments on commit a566116

Please sign in to comment.