Skip to content

Commit a3d2a3a

Browse files
committed
chore: release version 0.1.0
1 parent bc9401e commit a3d2a3a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
# tox-pyenv-redux
2+
3+
A [tox][tox] plugin using [pyenv][pyenv] to find Python executables
4+
5+
6+
[tox]: https://tox.wiki/
7+
[pyenv]: https://github.com/pyenv/pyenv

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'poetry.core.masonry.api'
44

55
[tool.poetry]
66
name = 'tox-pyenv-redux'
7-
version = '0.1.0.dev0'
7+
version = '0.1.0'
88
description = 'A tox plugin using pyenv to find Python executables'
99
license = 'MIT'
1010
authors = ['un.def <[email protected]>']
@@ -28,7 +28,7 @@ pyenv-redux = '_tox_pyenv_redux.plugin'
2828
[tool.poetry.dependencies]
2929
python = '^3.7'
3030
tox = '*'
31-
pyenv-inspect = '*'
31+
pyenv-inspect = '~0.2'
3232

3333
[tool.isort]
3434
lines_after_imports = 2

src/_tox_pyenv_redux/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.0.dev0'
1+
__version__ = '0.1.0'

0 commit comments

Comments
 (0)