File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ docs/_build
33build
44dist
55MANIFEST
6+ hp
Original file line number Diff line number Diff line change 4848# built documents.
4949#
5050# The short X.Y version.
51- version = '0.2 '
51+ version = '0.5 '
5252# The full version, including alpha/beta/rc tags.
53- release = '0.2 '
53+ release = '0.5 '
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# for a list of supported languages.
Original file line number Diff line number Diff line change 33from distutils .core import setup
44
55setup (name = "python-hpilo" ,
6- version = "0.2 " ,
6+ version = "0.5 " ,
77 author = "Dennis Kaarsemaker" ,
88 author_email = "[email protected] " ,
99 url = "http://github.com/seveas/python-hpilo" ,
1010 description = "Accessing HP iLO interfaces from python" ,
1111 py_modules = ["hpilo" ],
1212 scripts = ["hpilo_cli" ],
1313 classifiers = [
14- 'Development Status :: 3 - Alpha ' ,
14+ 'Development Status :: 4 - Beta ' ,
1515 'Intended Audience :: Developers' ,
1616 'Intended Audience :: System Administrators' ,
1717 'License :: OSI Approved :: GNU General Public License (GPL)' ,
You can’t perform that action at this time.
0 commit comments