Skip to content

Commit 8cd3395

Browse files
committedJul 5, 2016
tag for 0.9.4 release
1 parent 0ce8b65 commit 8cd3395

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python bindings for Carbon Black REST API
22

3-
**Current version: 0.9.3**
3+
**Current version: 0.9.4**
44

55
These are the new Python bindings for the Carbon Black Enterprise Response and Enterprise Protection REST APIs.
66
To learn more about the REST APIs, visit the Carbon Black Developer Network Website at https://developer.carbonblack.com.

‎docs/conf.py

+1-1
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.3'
64+
release = u'0.9.4'
6565

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

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

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

0 commit comments

Comments
 (0)
Please sign in to comment.