diff --git a/mercantile/__init__.py b/mercantile/__init__.py index cc41c92..f9ffab1 100644 --- a/mercantile/__init__.py +++ b/mercantile/__init__.py @@ -28,7 +28,7 @@ def fake_decorator(func): from functools import lru_cache -__version__ = "1.2b1" +__version__ = "1.2.0" __all__ = [ "Bbox", diff --git a/tox.ini b/tox.ini index f528447..d1f348a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,9 +1,10 @@ [tox] envlist = - py27,py34,py35,py36,py37,py38,py39 + py27,py36,py37,py38,py39 [testenv] deps = + hypothesis pytest-cov responses commands =