diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-06-24 18:23:16 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-06-24 18:23:16 +0100 |
commit | 254814feafb5e1e314266d0e7c4b3504fdac6dee (patch) | |
tree | 852249c9cde8b75f225556b27f5b0575d146eab9 /datamaps | |
parent | 3b21ff4124bc2464bc3224873fbbde035f3996d7 (diff) |
pyproject.toml is currently broken so 1.1.9 created with setuptools
Diffstat (limited to 'datamaps')
-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 3d30a5f..f6d1f10 100644 --- a/datamaps/__init__.py +++ b/datamaps/__init__.py @@ -1 +1 @@ -__version__ = "1.1.8" +__version__ = "1.1.9" |