summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README3
-rw-r--r--src/software/setup.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index 888201b..7e17e45 100644
--- a/README
+++ b/README
@@ -47,6 +47,9 @@ Following providers are part of this sub-project:
- start, stop, restart
- enable, disable
+* Software
+ Allows to install, remove, list and update packages.
+ Requires python 2.6+ and yum.
*******************************************************************************
* Build Dependencies *
diff --git a/src/software/setup.py b/src/software/setup.py
index a044ac0..bede36f 100644
--- a/src/software/setup.py
+++ b/src/software/setup.py
@@ -5,7 +5,7 @@ setup(
author='Michal Minar',
author_email='miminar@redhat.com',
url='https://fedorahosted.org/openlmi/',
- version='0.6',
+ version='0.9',
namespace_packages=['openlmi'],
packages=[
'openlmi.software',