Skip to content
This repository was archived by the owner on Jul 14, 2023. It is now read-only.

Commit da8f215

Browse files
committed
bump version to 1.0.2
1 parent 5ce6888 commit da8f215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox_pyenv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def tox_get_python_executable(envconfig):
3333
__summary__ = ('tox plugin that makes tox use `pyenv which` '
3434
'to find python executables')
3535
__url__ = 'https://github.com/samstav/tox-pyenv'
36-
__version__ = '1.0.1'
36+
__version__ = '1.0.2'
3737
__author__ = 'Sam Stavinoha'
3838
__email__ = '[email protected]'
3939
__keywords__ = ['tox', 'pyenv', 'python']

0 commit comments

Comments
 (0)