From efd5ac0f86f69e146444f199d575b3e980492fee Mon Sep 17 00:00:00 2001 From: Michal Minar Date: Fri, 22 Mar 2013 08:12:10 +0100 Subject: software version bump to 0.9 updated README --- README | 3 +++ src/software/setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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', -- cgit