From b819bccee73f7dc5133c3c8acb2dfc7c7e50e67c Mon Sep 17 00:00:00 2001 From: Vegard Stikbakke Date: Tue, 12 Nov 2019 18:17:25 +0100 Subject: [PATCH] Remove version constraint --- VERSION | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index a192233..341cf11 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.6 \ No newline at end of file +0.2.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 5e42d38..d403a62 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ platforms='any', install_requires=[ 'sqlalchemy', - 'opentracing>=1.1,<=1.3' + 'opentracing' ], classifiers=[ 'Intended Audience :: Developers',