Skip to content

Commit 5153e56

Browse files
committed
bump version to 0.8
1 parent 6c7d1e2 commit 5153e56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rpm/SPECS/python-ethtool.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Summary: Ethernet settings python bindings
55
Name: python-ethtool
6-
Version: 0.7
6+
Version: 0.8
77
Release: 1%{?dist}
88
URL: http://git.fedorahosted.org/cgit/python-ethtool.git
99
Source: http://dsommers.fedorapeople.org/python-ethtool/%{name}-%{version}.tar.bz2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import commands
55
import sys
66

7-
version = '0.7'
7+
version = '0.8'
88

99
def pkgconfig(pkg):
1010
def _str2list(pkgstr, onlystr):

0 commit comments

Comments
 (0)