diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2021-01-13 15:09:56 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2021-01-13 15:09:56 +0000 |
commit | beed7fd02def11479d404cbcf96bce2f69c44697 (patch) | |
tree | 3469642edc149d8323efbd7786da3afb38c88ead /setup.py | |
parent | 6ddd6bfae17dd884ff9fd92dc4e3d0d05ecf4ba7 (diff) |
added omitted version bump in setup.py
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |