Skip to content

Commit 8068f6c

Browse files
committed
chore: release version 1.0.0
1 parent 6fb31e7 commit 8068f6c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
*.whl
88

99
/dist/
10+
/build/
1011
*.egg-info

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = 'setuptools.build_meta'
66
name = 'tox-pyenv-redux'
77
description = 'A tox Python discovery plugin for pyenv-installed interpreters'
88
readme = 'README.md'
9-
license = {file = 'LICENSE'}
9+
license = {text = 'MIT'}
1010
authors = [
1111
{name = 'un.def', email = '[email protected]'},
1212
]

src/_tox_pyenv_redux/__init__.py

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

0 commit comments

Comments
 (0)