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