aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2021-01-13 12:14:30 +0000
committerMatthew Lemon <matt@matthewlemon.com>2021-01-13 12:14:30 +0000
commit12a3053f0dab49bbb6bcbd9d7571b35c5927f5d6 (patch)
tree3e4ca69e0d00295844278cab1a0d945c59763d5e /setup.py
parent3bce6707dd7f536ea23d223b49114cc818ca348d (diff)
added datamap config command
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 36769bd..c7cb960 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ setup(
install_requires=[
'click',
'python-dateutil',
- 'bcompiler-engine>=1.0.7'
+ 'bcompiler-engine>=1.0.8'
# "bcompiler-engine @ git+https://github.com/hammerheadlemon/bcompiler-engine@datamaps-cli-opt"
],
test_suite='datamaps.tests')