From d9fa171328486565eea9d28044c85d8e008beff8 Mon Sep 17 00:00:00 2001 From: MR Lemon Date: Sun, 17 May 2020 11:28:58 +0100 Subject: upped to 1.0.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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') -- cgit v1.2.3