Skip to content

Commit

Permalink
Update version and tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Gillies committed Apr 19, 2021
1 parent 4e26698 commit 7e89de5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mercantile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def fake_decorator(func):
from functools import lru_cache


__version__ = "1.2b1"
__version__ = "1.2.0"

__all__ = [
"Bbox",
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -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 =
Expand Down

0 comments on commit 7e89de5

Please sign in to comment.