diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-26 21:56:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-26 21:56:09 +0000 |
commit | cbf286be912163e5bbfb1bf23567b04e54773c6b (patch) | |
tree | e71085deae5ee3f4c000d26fb4825afdc19ffda7 /setup.py | |
parent | Releasing debian version 3.0.27-1. (diff) | |
download | ptpython-cbf286be912163e5bbfb1bf23567b04e54773c6b.tar.xz ptpython-cbf286be912163e5bbfb1bf23567b04e54773c6b.zip |
Merging upstream version 3.0.29.
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.27", + version="3.0.29", url="https://github.com/prompt-toolkit/ptpython", description="Python REPL build on top of prompt_toolkit", long_description=long_description, |