diff options
-rw-r--r-- | rpm/SPECS/python-ethtool.spec | 2 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rpm/SPECS/python-ethtool.spec b/rpm/SPECS/python-ethtool.spec index e59b7ac..396eaaf 100644 --- a/rpm/SPECS/python-ethtool.spec +++ b/rpm/SPECS/python-ethtool.spec @@ -3,7 +3,7 @@ Summary: Ethernet settings python bindings Name: python-ethtool -Version: 0.9 +Version: 0.10 Release: 1%{?dist} URL: http://git.fedorahosted.org/cgit/python-ethtool.git Source: https://fedorahosted.org/releases/p/y/python-ethtool/python-ethtool-%{version}.tar.bz2 @@ -4,7 +4,7 @@ from distutils.core import setup, Extension import commands import sys -version = '0.9' +version = '0.10' def pkgconfig(pkg): def _str2list(pkgstr, onlystr): |