diff --git a/HISTORY.txt b/HISTORY.txt index 94ff55f1..50b77556 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.9.6: + - Did you mean? 7.9.5: - More usage examples in help output. 7.9.4: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index aff01784..25fc2871 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.9.5' +__version__ = '7.9.6'