diff --git a/pytmatrix/tmatrix_aux.py b/pytmatrix/tmatrix_aux.py
index 877b1bb..1a87d35 100644
--- a/pytmatrix/tmatrix_aux.py
+++ b/pytmatrix/tmatrix_aux.py
@@ -20,7 +20,7 @@
 """
 
 #current version
-VERSION = "0.2.0"
+VERSION = "0.2.1"
 
 #typical wavelengths [mm] at different bands
 wl_S = 111.0
diff --git a/setup.py b/setup.py
index a41d3b1..8434ccf 100755
--- a/setup.py
+++ b/setup.py
@@ -31,14 +31,14 @@
 def configuration(parent_package='',top_path=None):
     from numpy.distutils.misc_util import Configuration
     config = Configuration('pytmatrix', parent_package, top_path,
-        version = '0.2.0',
+        version = '0.2.1',
         author  = "Jussi Leinonen",
         author_email = "jsleinonen@gmail.com",
         description = "T-matrix scattering computations",
         license = "MIT",
         url = 'http://code.google.com/p/pytmatrix/',
         download_url = \
-            'https://github.com/jleinonen/pytmatrix/releases/download/0.2.0/pytmatrix-0.2.0.zip',
+            'https://github.com/jleinonen/pytmatrix/releases/download/0.2.1/pytmatrix-0.2.1.zip',
         long_description = long_description,
         classifiers = [
             "Development Status :: 4 - Beta",