aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-06-21 16:42:29 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-06-21 16:42:29 +0100
commit1d169e44a87def8f6ee7a9d4626d3ba12bb83a70 (patch)
tree54b67acda0401f7d7cfd21a07610754bcfe80949 /setup.py
parent30283b76ed257146551116bac2f9e1b404c87cd2 (diff)
tracking v1.0.6 of bcompiler-engine
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 889f3ca..867d4e0 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ setup(
install_requires=[
'click',
'python-dateutil',
- 'bcompiler-engine>=1.0.5'
+ 'bcompiler-engine>=1.0.6'
# "bcompiler-engine @ git+https://github.com/hammerheadlemon/bcompiler-engine@datamaps-cli-opt"
],
test_suite='datamaps.tests')