diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-10-27 20:54:40 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-10-27 20:54:40 +0000 |
commit | 9611cf1bccc041e192a2f2efd43fc396780f8173 (patch) | |
tree | af66b48ed62af7a15a8adb8f9ae813f5aa05f807 | |
parent | 143caca9a48be3c80427afc3546ffc29ad79b705 (diff) |
version bump to 1.0.0b12
-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 250a5fc..46176fb 100644 --- a/datamaps/__init__.py +++ b/datamaps/__init__.py @@ -1 +1 @@ -__version__ = "1.0.0b11" +__version__ = "1.0.0b12" |