summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2014-05-08 15:27:24 +0200
committerDavid Sommerseth <davids@redhat.com>2014-05-08 15:28:15 +0200
commit9afa683556c3983a25768f1d6a879c847e29d9d7 (patch)
treebcb0a07b659387f47e29b2b4103b742ea5a93dcb /setup.py
parent4790675c343b1cf4b8ec9c43e819cd96f31e158c (diff)
downloadpython-ethtool-0.11.tar.gz
python-ethtool-0.11.tar.xz
python-ethtool-0.11.zip
New release: v0.11v0.11
Also updated missing %changelog entries and fixed minor stuff there. Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 57a58e5..3e2db7a 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from distutils.core import setup, Extension
import commands
import sys
-version = '0.10'
+version = '0.11'
def pkgconfig(pkg):
def _str2list(pkgstr, onlystr):