diff --git a/HISTORY.txt b/HISTORY.txt index ac8b8403..c9e54a79 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,6 @@ +7.6.4: + - Cleanups. + - Don't depend on setuptools anymore. 7.6.3: - Cleanups. 7.6.2: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 5e2e9e75..83b24133 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.6.3' +__version__ = '7.6.4'