release 0.2
Signed-off-by: Jiri Kastner <jkastner@redhat.com>
diff --git a/psk.py b/psk.py
index 8d4aa99..539977c 100755
--- a/psk.py
+++ b/psk.py
@@ -15,7 +15,7 @@
import getopt, inet_diag, os, re, procfs, pwd, sys
-version="0.1"
+version="0.2"
state_width = 10
addr_width = 15
diff --git a/pss.py b/pss.py
index d724def..2e5a88a 100755
--- a/pss.py
+++ b/pss.py
@@ -15,7 +15,7 @@
import getopt, inet_diag, os, procfs, re, socket, sys
-version="0.1"
+version="0.2"
def not_implemented(o):
print "%s not implemented yet" % o
diff --git a/python-inet_diag.spec b/python-inet_diag.spec
index c7ad753..47ab579 100644
--- a/python-inet_diag.spec
+++ b/python-inet_diag.spec
@@ -3,7 +3,7 @@
Summary: Ethernet settings python bindings
Name: python-inet_diag
-Version: 0.1
+Version: 0.2
Release: 1%{?dist}
URL: https://rt.wiki.kernel.org/index.php/Tuna
Source: https://www.kernel.org/pub/software/libs/python/%{name}/%{name}-%{version}.tar.bz2
@@ -43,5 +43,8 @@
%endif
%changelog
+* Sun May 17 2015 * Jiri Kastner <jkastner@redhat.com> - 0.2-1
+- update to 0.2
+
* Wed May 13 2009 * Arnaldo Carvalho de Melo <acme@redhat.com> - 0.1-1
- Initial package
diff --git a/setup.py b/setup.py
index 9643901..08abc4c 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@
# don't reformat this line, Makefile parses it
setup(name='inet_diag',
- version='0.1',
+ version='0.2',
description='Python module to interface with inet_diag',
author='Arnaldo Carvalho de Melo',
author_email='acme@redhat.com',