Skip to content

Commit adc5a30

Browse files
author
Matteo Cerutti
committed
updated to 0.0.10
1 parent e6087bd commit adc5a30

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = u'0.0.9'
57+
version = u'0.0.10'
5858
# The full version, including alpha/beta/rc tags.
59-
release = u'0.0.9'
59+
release = u'0.0.10'
6060

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from distutils.core import setup
22

3-
version = '0.0.9'
3+
version = '0.0.10'
44

55
setup(
66
name = 'megacli',

0 commit comments

Comments
 (0)