diff --git a/setup.cfg b/setup.cfg
index 5950aaf5d79280f9a022de4c3d1e93d2220c681a..bc0108a9e2fbaed7e90d5a4c57df40885f53974e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,4 +1,4 @@
 [bumpversion]
-current_version = 0.1.0
+current_version = 0.2.0
 commit = True
 tag = True
diff --git a/setup.py b/setup.py
index 489086f46197f421a5c0764338c31095a332dd75..9b63992db053f35d52878a611232c29e100bd738 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
 
 setup(
     name="grext",
-    version="0.1.0",
+    version="0.2.0",
     packages=find_packages(),
     install_requires=["numpy", "scipy"],
     author="Michele Nottoli",