We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6087bd commit adc5a30Copy full SHA for adc5a30
docs/conf.py
@@ -54,9 +54,9 @@
54
# built documents.
55
#
56
# The short X.Y version.
57
-version = u'0.0.9'
+version = u'0.0.10'
58
# The full version, including alpha/beta/rc tags.
59
-release = u'0.0.9'
+release = u'0.0.10'
60
61
# The language for content autogenerated by Sphinx. Refer to documentation
62
# for a list of supported languages.
setup.py
@@ -1,6 +1,6 @@
1
from distutils.core import setup
2
3
-version = '0.0.9'
+version = '0.0.10'
4
5
setup(
6
name = 'megacli',
0 commit comments