Skip to content

Commit f537129

Browse files
committed
version bump to 1.1.0
1 parent 68d88e0 commit f537129

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python bindings for Carbon Black REST API
22

3-
**Current version: 1.0.1**
3+
**Current version: 1.1.0**
44

55
[![Build Status](https://travis-ci.org/carbonblack/cbapi-python.svg?branch=master)](https://travis-ci.org/carbonblack/cbapi-python)
66

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'1.0'
6363
# The full version, including alpha/beta/rc tags.
64-
release = u'1.0.1'
64+
release = u'1.1.0'
6565

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

setup.py

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

2929
setup(
3030
name='cbapi',
31-
version='1.0.1',
31+
version='1.1.0',
3232
url='https://github.com/carbonblack/cbapi-python',
3333
license='MIT',
3434
author='Carbon Black',

0 commit comments

Comments
 (0)