From 1a5e4055e23a9b5546dbbbc8518234cf798c4ac2 Mon Sep 17 00:00:00 2001 From: Jan Mach <jan.mach@cesnet.cz> Date: Fri, 8 Sep 2017 09:55:19 +0200 Subject: [PATCH] Version bumped up to 0.1.9 to build new packages. --- typedcols.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typedcols.py b/typedcols.py index d8b915f..04398f2 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 -- GitLab