Adding upstream version 3.0.20.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 18:27:27 +01:00
parent 6e91d72088
commit d9141a2af9
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
16 changed files with 658 additions and 152 deletions

View file

@ -11,7 +11,7 @@ with open(os.path.join(os.path.dirname(__file__), "README.rst")) as f:
setup(
name="ptpython",
author="Jonathan Slenders",
version="3.0.19",
version="3.0.20",
url="https://github.com/prompt-toolkit/ptpython",
description="Python REPL build on top of prompt_toolkit",
long_description=long_description,