aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2021-01-16 16:32:56 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2021-01-16 16:32:56 +0000
commit3a765e1d6973a203a0fb3bcf7b448ae49e04b4e7 (patch)
treee48aa211f00a59909b0418f85cb966df8f089736 /setup.py
parent4bac2917207faeca2957c4d52a55e79c297ef85a (diff)
version bump to 1.1.0
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 0b340e3..63255d5 100644
--- a/setup.py
+++ b/setup.py
@@ -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')