Skip to content

Commit 98ec092

Browse files
committed
chore: release version 0.1.1
1 parent 8100634 commit 98ec092

File tree

3 files changed

+4
-36
lines changed

3 files changed

+4
-36
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2021 un.def <[email protected]>
3+
Copyright (c) 2022, 2023 un.def <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

pyproject.toml

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

55
[tool.poetry]
66
name = 'tox-pyenv-redux'
7-
version = '0.1.1.dev0'
8-
description = 'A tox plugin using pyenv to find Python executables'
7+
version = '0.1.1'
8+
description = 'A tox Python discovery plugin for pyenv-installed interpreters'
99
license = 'MIT'
1010
authors = ['un.def <[email protected]>']
1111
readme = 'README.md'
@@ -37,35 +37,3 @@ include_trailing_comma = true
3737
use_parentheses = true
3838
known_first_party = ['_tox_pyenv_redux']
3939
known_third_party = ['tox', 'pyenv_inspect']
40-
41-
[tool.pytest.ini_options]
42-
minversion = '6.0'
43-
testpaths = ['tests']
44-
45-
[tool.tox]
46-
legacy_tox_ini = '''
47-
[tox]
48-
envlist =
49-
py37
50-
py38
51-
py39
52-
py310
53-
flake8
54-
isort
55-
isolated_build = true
56-
57-
[testenv]
58-
deps =
59-
pytest
60-
commands = pytest {posargs}
61-
62-
[testenv:flake8]
63-
skip_install = true
64-
deps = flake8
65-
commands = flake8 {posargs}
66-
67-
[testenv:isort]
68-
skip_install = true
69-
deps = isort
70-
commands = isort {posargs:. -c}
71-
'''

src/_tox_pyenv_redux/__init__.py

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

0 commit comments

Comments
 (0)