Skip to content

Commit 74cac2e

Browse files
committed
rev 0.9.8
1 parent 50b6e32 commit 74cac2e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# The short X.Y version.
6262
version = u'0.9'
6363
# The full version, including alpha/beta/rc tags.
64-
release = u'0.9.7'
64+
release = u'0.9.8'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

examples/response/alert_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def main():
1717
for alert in alert_query:
1818
if 'binary' in alert.alert_type:
1919
print("Alert with score {0:d}: Binary {1:s} matched watchlist/report {2:s}".format(alert.report_score,
20-
alert.ioc_value,
20+
alert.md5,
2121
alert.watchlist_name))
2222
else:
2323
print("Alert with score {0:d}: Process {1:s} matched watchlist/report {2:s}".format(alert.report_score,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setup(
2929
name='cbapi',
30-
version='0.9.7',
30+
version='0.9.8',
3131
url='https://github.com/carbonblack/cbapi-python',
3232
license='MIT',
3333
author='Carbon Black',

0 commit comments

Comments
 (0)