diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-10-31 20:55:17 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-10-31 20:55:17 +0000 |
commit | 8e3bac0d47761d413a672d346e5e37967681c804 (patch) | |
tree | 77c915804de3e49175f37ebe0f9a524f8fa14d01 | |
parent | bb7c2ad43aad7fd05bd2e3997b75ff75e3d7e820 (diff) |
version bump to 1.0.0b13 for check command
-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 46176fb..ae7a6bf 100644 --- a/datamaps/__init__.py +++ b/datamaps/__init__.py @@ -1 +1 @@ -__version__ = "1.0.0b12" +__version__ = "1.0.0b13" |