aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2013-04-01 15:24:41 -0700
committerLucas De Marchi <lucas.demarchi@intel.com>2014-03-25 00:34:16 -0300
commit57a8efdf92849ceb1d964754771afbe6f99d7200 (patch)
tree259eabe29ce3dbf7a4e7c76bd77c1b5ecbd83ea7
parent17b69ada6fe26b88e51dd411efb8cbb44aa17cb1 (diff)
downloadkmod-57a8efdf92849ceb1d964754771afbe6f99d7200.tar.gz
python: update version to 0.9.1
-rw-r--r--libkmod/python/kmod/version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkmod/python/kmod/version.py b/libkmod/python/kmod/version.py
index 977eae6..1ef04eb 100644
--- a/libkmod/python/kmod/version.py
+++ b/libkmod/python/kmod/version.py
@@ -14,4 +14,4 @@
# You should have received a copy of the GNU Lesser General Public License
# along with python-kmod. If not, see <http://www.gnu.org/licenses/>.
-__version__ = '0.9'
+__version__ = '0.9.1'