diff --git a/typedcols.py b/typedcols.py
index d8b915f4f47a755f4fe333e659b57041b96f1d5b..04398f27807934c5b0c60ce9340e79dc78c0d206 100644
--- a/typedcols.py
+++ b/typedcols.py
@@ -10,7 +10,7 @@ Defines TypedDict and TypedList, which enforce inserted types based on simple
 type definition.
 """
 
-__version__ = '0.1.8'
+__version__ = '0.1.9'
 __author__ = 'Pavel Kácha <pavel.kacha@cesnet.cz>'
 
 import collections