aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMR Lemon <matt@matthewlemon>2020-05-17 11:28:58 +0100
committerMR Lemon <matt@matthewlemon>2020-05-17 11:28:58 +0100
commitd9fa171328486565eea9d28044c85d8e008beff8 (patch)
tree3ab9728fb89d5d9d145c92ef0080aab09c591ae1 /setup.py
parent05b80c9ece0faaf3b5f7c1ac3284ebf37f273683 (diff)
upped to 1.0.5
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 cd68422..889f3ca 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ setup(
install_requires=[
'click',
'python-dateutil',
- 'bcompiler-engine>=1.0.4'
+ 'bcompiler-engine>=1.0.5'
# "bcompiler-engine @ git+https://github.com/hammerheadlemon/bcompiler-engine@datamaps-cli-opt"
],
test_suite='datamaps.tests')