diff --git a/typedcols.py b/typedcols.py index e26ab15753e49608b5608259c405e74f6544061d..d8b915f4f47a755f4fe333e659b57041b96f1d5b 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.7' +__version__ = '0.1.8' __author__ = 'Pavel Kácha <pavel.kacha@cesnet.cz>' import collections