aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2021-01-13 08:33:18 +0000
committerMatthew Lemon <matt@matthewlemon.com>2021-01-13 08:33:18 +0000
commit3bce6707dd7f536ea23d223b49114cc818ca348d (patch)
tree22091eaca8ce40f506b27e04a9a8122799dfdb84 /setup.py
parente74ba6f0b00363c78f328a0f075f55b149e36fc2 (diff)
version to v1.0.7
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 867d4e0..36769bd 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ setup(
install_requires=[
'click',
'python-dateutil',
- 'bcompiler-engine>=1.0.6'
+ 'bcompiler-engine>=1.0.7'
# "bcompiler-engine @ git+https://github.com/hammerheadlemon/bcompiler-engine@datamaps-cli-opt"
],
test_suite='datamaps.tests')