File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ See Contributing for how to update this file.
2121<a href =" https://travis-ci.org/pipxproject/pipx " ><img src =" https://travis-ci.org/pipxproject/pipx.svg?branch=master " /></a >
2222
2323<a href =" https://pypi.python.org/pypi/pipx/ " >
24- <img src =" https://img.shields.io/badge/pypi-0.14.0.0rc1 -blue.svg " /></a >
24+ <img src =" https://img.shields.io/badge/pypi-0.14.0.0 -blue.svg " /></a >
2525<a href =" https://github.com/ambv/black " ><img alt =" Code style: black " src =" https://img.shields.io/badge/code%20style-black-000000.svg " ></a >
2626</p >
2727
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ See Contributing for how to update this file.
2121<a href =" https://travis-ci.org/pipxproject/pipx " ><img src =" https://travis-ci.org/pipxproject/pipx.svg?branch=master " /></a >
2222
2323<a href =" https://pypi.python.org/pypi/pipx/ " >
24- <img src =" https://img.shields.io/badge/pypi-0.14.0.0rc1 -blue.svg " /></a >
24+ <img src =" https://img.shields.io/badge/pypi-0.14.0.0 -blue.svg " /></a >
2525<a href =" https://github.com/ambv/black " ><img alt =" Code style: black " src =" https://img.shields.io/badge/code%20style-black-000000.svg " ></a >
2626</p >
2727
Original file line number Diff line number Diff line change 2929from .Venv import VenvContainer
3030
3131
32- __version__ = "0.14.0.0rc1 "
32+ __version__ = "0.14.0.0 "
3333
3434
3535def print_version () -> None :
You can’t perform that action at this time.
0 commit comments