Skip to content

Commit 3838be5

Browse files
committedMay 26, 2016
0.9.2 tag
1 parent e62dca1 commit 3838be5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎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.1'
64+
release = u'0.9.2'
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
@@ -23,7 +23,7 @@
2323

2424
setup(
2525
name='cbapi',
26-
version='0.9.1',
26+
version='0.9.2',
2727
url='https://github.com/carbonblack/cbapi-python',
2828
license='MIT',
2929
author='Carbon Black',

0 commit comments

Comments
 (0)
Please sign in to comment.