diff --git a/README.rst b/README.rst index 560a5b7..e8311d6 100644 --- a/README.rst +++ b/README.rst @@ -162,10 +162,10 @@ tox 4 The plugin is available also for tox 4. Differences in behavior between tox 3 and 4 are these: -- ``--recreate`` is no longer needed when you switch from the plugin back to standard tox. Tox -detects it and handles the recreation automatically. -- The plugin does not check the requested Python version nor the environment name. If you let -it run for multiple environments they'll all use the same Python. +- ``--recreate`` is no longer needed when you switch from the plugin back to standard tox. + Tox detects it and handles the recreation automatically. +- The plugin does not check the requested Python version nor the environment name. + If you let it run for multiple environments they'll all use the same Python. - Deprecated ``--print-deps-only`` option is no longer available. Use an isolated environment diff --git a/setup.py b/setup.py index b0ba8ce..43460ff 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( author_email="miro@hroncok.cz", url="https://github.com/fedora-python/tox-current-env", license="MIT", - version="0.0.9", + version="0.0.10", package_dir={"": "src"}, packages=find_packages("src"), entry_points={"tox": ["current-env = tox_current_env.hooks"]},