diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2021-01-16 16:32:56 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2021-01-16 16:32:56 +0000 |
commit | 3a765e1d6973a203a0fb3bcf7b448ae49e04b4e7 (patch) | |
tree | e48aa211f00a59909b0418f85cb966df8f089736 /setup.py | |
parent | 4bac2917207faeca2957c4d52a55e79c297ef85a (diff) |
version bump to 1.1.0
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -16,7 +16,6 @@ setup( "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Other Audience", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Topic :: Text Processing", @@ -36,7 +35,7 @@ setup( install_requires=[ 'click', 'python-dateutil', - 'bcompiler-engine>=1.0.9' + 'bcompiler-engine>=1.1.0' # "bcompiler-engine @ git+https://github.com/hammerheadlemon/bcompiler-engine@datamaps-cli-opt" ], test_suite='datamaps.tests') |