We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7d1e2 commit 5153e56Copy full SHA for 5153e56
rpm/SPECS/python-ethtool.spec
@@ -3,7 +3,7 @@
3
4
Summary: Ethernet settings python bindings
5
Name: python-ethtool
6
-Version: 0.7
+Version: 0.8
7
Release: 1%{?dist}
8
URL: http://git.fedorahosted.org/cgit/python-ethtool.git
9
Source: http://dsommers.fedorapeople.org/python-ethtool/%{name}-%{version}.tar.bz2
setup.py
@@ -4,7 +4,7 @@
import commands
import sys
-version = '0.7'
+version = '0.8'
def pkgconfig(pkg):
10
def _str2list(pkgstr, onlystr):
0 commit comments