Skip to content

Commit

Permalink
rev 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarman committed Oct 13, 2016
1 parent 50b6e32 commit 74cac2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# The short X.Y version.
version = u'0.9'
# The full version, including alpha/beta/rc tags.
release = u'0.9.7'
release = u'0.9.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion examples/response/alert_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def main():
for alert in alert_query:
if 'binary' in alert.alert_type:
print("Alert with score {0:d}: Binary {1:s} matched watchlist/report {2:s}".format(alert.report_score,
alert.ioc_value,
alert.md5,
alert.watchlist_name))
else:
print("Alert with score {0:d}: Process {1:s} matched watchlist/report {2:s}".format(alert.report_score,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name='cbapi',
version='0.9.7',
version='0.9.8',
url='https://github.com/carbonblack/cbapi-python',
license='MIT',
author='Carbon Black',
Expand Down

0 comments on commit 74cac2e

Please sign in to comment.