diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2021-05-16 15:44:43 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2021-05-16 15:44:43 +0100 |
commit | 4364d434b7f494a42937f4303020f86d8ca2821a (patch) | |
tree | d39abf12c9f8da4e33b6241f8060ebf0f13b6244 | |
parent | 087c3eb6e14cb2edf72931f07e3c957b691887f3 (diff) |
updated version number
-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 c72e379..9b102be 100644 --- a/datamaps/__init__.py +++ b/datamaps/__init__.py @@ -1 +1 @@ -__version__ = "1.1.4" +__version__ = "1.1.5" |