diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2021-01-25 20:55:00 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2021-01-25 20:55:00 +0000 |
commit | 593f1d3b3ca2fe93ae809ca2f82c13995db4c94b (patch) | |
tree | a24cae8a64de7bb4030eb6556ae074f6faadacec /datamaps/__init__.py | |
parent | b9d3472df20d145b0717ab8f578033d8c4cf5d16 (diff) |
now handles --inputdir and --zipinput and NestedZipError
Diffstat (limited to 'datamaps/__init__.py')
-rw-r--r-- | datamaps/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/datamaps/__init__.py b/datamaps/__init__.py index a82b376..72f26f5 100644 --- a/datamaps/__init__.py +++ b/datamaps/__init__.py @@ -1 +1 @@ -__version__ = "1.1.1" +__version__ = "1.1.2" |