summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-05 09:51:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-05 09:51:51 +0000
commit76cd92a5030811b09b78219265927d9530b71921 (patch)
tree365a61875f883eb7e4db18a15965936e59bb0b97 /setup.py
parentReleasing progress-linux version 3.0.27-1~progress7.99u1. (diff)
downloadptpython-76cd92a5030811b09b78219265927d9530b71921.tar.xz
ptpython-76cd92a5030811b09b78219265927d9530b71921.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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 84f18be..aa10176 100644
--- a/setup.py
+++ b/setup.py
@@ -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,