diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-12-12 15:39:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-12-12 15:39:47 +0000 |
commit | b7322dfae0b0ab922f0738e0274e1b17230c59d7 (patch) | |
tree | eeb27b686fce91e13efc5043dcf47d131c392b56 /setup.py | |
parent | Adding upstream version 3.0.21. (diff) | |
download | ptpython-b7322dfae0b0ab922f0738e0274e1b17230c59d7.tar.xz ptpython-b7322dfae0b0ab922f0738e0274e1b17230c59d7.zip |
Adding upstream version 3.0.22.upstream/3.0.22
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.21", + version="3.0.22", url="https://github.com/prompt-toolkit/ptpython", description="Python REPL build on top of prompt_toolkit", long_description=long_description, |