diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2021-01-13 14:54:53 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2021-01-13 14:54:53 +0000 |
commit | b5760ed965956ea61ad334203d29de519e83f02d (patch) | |
tree | da1b14514966f6d6fe94b7e20435071650846437 | |
parent | 12a3053f0dab49bbb6bcbd9d7571b35c5927f5d6 (diff) |
version bump - v1.0.9
-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 e13bd59..39e0411 100644 --- a/datamaps/__init__.py +++ b/datamaps/__init__.py @@ -1 +1 @@ -__version__ = "1.0.8" +__version__ = "1.0.9" |