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',