bumping version to 0.2.1

Signed-off-by: Jiri Kastner <jkastner@redhat.com>
diff --git a/python-inet_diag.spec b/python-inet_diag.spec
index 47ab579..420f71d 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.2
+Version: 0.2.1
 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,6 +43,9 @@
 %endif
 
 %changelog
+* Thu Apr  7 2016 * Jiri Kastner <jkastner@redhat.com> - 0.2.1-1
+- fixed typos
+
 * Sun May 17 2015 * Jiri Kastner <jkastner@redhat.com> - 0.2-1
 - update to 0.2
 
diff --git a/setup.py b/setup.py
index 08abc4c..1e79660 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.2',
+      version='0.2.1',
       description='Python module to interface with inet_diag',
       author='Arnaldo Carvalho de Melo',
       author_email='acme@redhat.com',