aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2021-05-02 20:43:40 +0100
committerMatthew Lemon <matt@matthewlemon.com>2021-05-02 20:43:40 +0100
commita4c90248678c98a73526d313d7e9709a69b56757 (patch)
tree0283e999fd6c77614d7bcf3fa8fe121bd4e57415 /setup.py
parent7cc683f9a7309eeb04e7995832a9d84c9cfd0422 (diff)
prep for version bump
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 ec7e43a..70a8201 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ setup(
install_requires=[
'click',
'python-dateutil',
- 'bcompiler-engine>=1.1.3'
+ 'bcompiler-engine>=1.1.4'
# "bcompiler-engine @ git+https://github.com/hammerheadlemon/bcompiler-engine@datamaps-cli-opt"
],
test_suite='datamaps.tests')