Skip to content

Commit

Permalink
rev version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarman committed Jan 3, 2017
1 parent 553c9cd commit 1de6b45
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python bindings for Carbon Black REST API

**Current version: 1.0.0**
**Current version: 1.0.1**

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

Expand All @@ -19,9 +19,7 @@ Also review the documentation and guides available on the

## Requirements

The new cbapi is designed to work on Python 2.6.6 and above (including 3.x). We rely on one third-party library that
has some incompatibility with Python 3.5, but this will be fixed no later than the 1.0.0 release.

The new cbapi is designed to work on Python 2.6.6 and above (including 3.x).
All requirements are installed as part of `pip install`.
The legacy cbapi (`cbapi.CbApi`) and legacy bit9api (`cbapi.bit9Api`) are still compatible with Python 2.x only.

Expand Down
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'1.0'
# The full version, including alpha/beta/rc tags.
release = u'1.0.0'
release = u'1.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

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

0 comments on commit 1de6b45

Please sign in to comment.