From aad7fc16c46af0df20585719ab897a630665f700 Mon Sep 17 00:00:00 2001 From: Sam Stavinoha Date: Wed, 30 Mar 2016 13:42:07 -0500 Subject: [PATCH] bump to version 1.0.3 --- tox_pyenv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox_pyenv.py b/tox_pyenv.py index f27a59d..6109103 100644 --- a/tox_pyenv.py +++ b/tox_pyenv.py @@ -33,7 +33,7 @@ def tox_get_python_executable(envconfig): __summary__ = ('tox plugin that makes tox use `pyenv which` ' 'to find python executables') __url__ = 'https://github.com/samstav/tox-pyenv' -__version__ = '1.0.2' +__version__ = '1.0.3' __author__ = 'Sam Stavinoha' __email__ = 'smlstvnh@gmail.com' __keywords__ = ['tox', 'pyenv', 'python']