aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2021-01-13 15:09:56 +0000
committerMatthew Lemon <matt@matthewlemon.com>2021-01-13 15:09:56 +0000
commitbeed7fd02def11479d404cbcf96bce2f69c44697 (patch)
tree3469642edc149d8323efbd7786da3afb38c88ead /setup.py
parent6ddd6bfae17dd884ff9fd92dc4e3d0d05ecf4ba7 (diff)
added omitted version bump in setup.py
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 c7cb960..0b340e3 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ setup(
install_requires=[
'click',
'python-dateutil',
- 'bcompiler-engine>=1.0.8'
+ 'bcompiler-engine>=1.0.9'
# "bcompiler-engine @ git+https://github.com/hammerheadlemon/bcompiler-engine@datamaps-cli-opt"
],
test_suite='datamaps.tests')