From 7e89de5d0be832d5c938b9888e975199f38398db Mon Sep 17 00:00:00 2001 From: Sean Gillies Date: Mon, 19 Apr 2021 16:11:40 -0600 Subject: [PATCH] Update version and tox.ini --- mercantile/__init__.py | 2 +- tox.ini | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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 =