diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-11-25 14:07:04 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-11-25 14:07:04 +0000 |
commit | 4978a31f9ddfa44a9776839654e071d303c1cb09 (patch) | |
tree | fe94931535150d6fb2dcfc4b35250f5081a456a7 | |
parent | ea325638e549b46ab19027c070d795ec7ea58094 (diff) |
updated to 1.0.1 for #4 fix
-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 5becc17..5c4105c 100644 --- a/datamaps/__init__.py +++ b/datamaps/__init__.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "1.0.1" |