File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Python bindings for Carbon Black REST API
2
2
3
- ** Current version: 1.3.1 **
3
+ ** Current version: 1.3.2 **
4
4
5
5
[ ![ Build Status] ( https://travis-ci.org/carbonblack/cbapi-python.svg?branch=master )] ( https://travis-ci.org/carbonblack/cbapi-python )
6
6
Original file line number Diff line number Diff line change 61
61
# The short X.Y version.
62
62
version = u'1.3'
63
63
# The full version, including alpha/beta/rc tags.
64
- release = u'1.3.1 '
64
+ release = u'1.3.2 '
65
65
66
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
67
# for a list of supported languages.
Original file line number Diff line number Diff line change 28
28
29
29
setup (
30
30
name = 'cbapi' ,
31
- version = '1.3.1 ' ,
31
+ version = '1.3.2 ' ,
32
32
url = 'https://github.com/carbonblack/cbapi-python' ,
33
33
license = 'MIT' ,
34
34
author = 'Carbon Black' ,
You can’t perform that action at this time.
0 commit comments