We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e62dca1 commit 3838be5Copy full SHA for 3838be5
docs/conf.py
@@ -61,7 +61,7 @@
61
# The short X.Y version.
62
version = u'0.9'
63
# The full version, including alpha/beta/rc tags.
64
-release = u'0.9.1'
+release = u'0.9.2'
65
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
# for a list of supported languages.
setup.py
@@ -23,7 +23,7 @@
23
24
setup(
25
name='cbapi',
26
- version='0.9.1',
+ version='0.9.2',
27
url='https://github.com/carbonblack/cbapi-python',
28
license='MIT',
29
author='Carbon Black',
0 commit comments