diff --git a/news/5493.bugfix.rst b/news/5493.bugfix.rst new file mode 100644 index 00000000..ccfa8f8e --- /dev/null +++ b/news/5493.bugfix.rst @@ -0,0 +1 @@ +Solving issue where ``pipenv check`` command has been broken in the published wheel distribution. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index c5d8d6eb..60a51d82 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = "2022.11.24.dev1" +__version__ = "2022.11.24"