summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2013-02-19 14:42:38 -0500
committerDavid Malcolm <dmalcolm@redhat.com>2013-02-19 14:42:38 -0500
commit5153e5610ceebaed11bb4503211866bb0ef1bfc2 (patch)
treee91438f997509bc318282705afa43347400ec903
parent6c7d1e27118283ac88ca253ed6b5311f8bac30e0 (diff)
downloadpython-ethtool-5153e5610ceebaed11bb4503211866bb0ef1bfc2.tar.gz
python-ethtool-5153e5610ceebaed11bb4503211866bb0ef1bfc2.tar.xz
python-ethtool-5153e5610ceebaed11bb4503211866bb0ef1bfc2.zip
bump version to 0.8
-rw-r--r--rpm/SPECS/python-ethtool.spec2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/rpm/SPECS/python-ethtool.spec b/rpm/SPECS/python-ethtool.spec
index 3b5b7df..e87688c 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.7
+Version: 0.8
Release: 1%{?dist}
URL: http://git.fedorahosted.org/cgit/python-ethtool.git
Source: http://dsommers.fedorapeople.org/python-ethtool/%{name}-%{version}.tar.bz2
diff --git a/setup.py b/setup.py
index e1c3411..99dc718 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from distutils.core import setup, Extension
import commands
import sys
-version = '0.7'
+version = '0.8'
def pkgconfig(pkg):
def _str2list(pkgstr, onlystr):