diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2021-01-22 21:17:37 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2021-01-22 21:17:37 +0000 |
commit | 5eed8ff03fcb80ca86f2c782d8994edae06effae (patch) | |
tree | 1b45912e1c733b17e104babf2ac91224d4b79c66 /datamaps/__init__.py | |
parent | 440c886cfe58129cf2930cea043fd270e6115ca6 (diff) |
fixed bug whereby relative paths could not be used for cli flags
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 6849410..a82b376 100644 --- a/datamaps/__init__.py +++ b/datamaps/__init__.py @@ -1 +1 @@ -__version__ = "1.1.0" +__version__ = "1.1.1" |