summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-08 13:25:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-08 13:25:29 +0000
commit94d2563a3569ceda457cedd45ab406129557e2cc (patch)
treeb9d6c077349a57688ffbc934e80af6f54424652e /setup.py
parentReleasing debian version 3.0.19-2. (diff)
downloadptpython-94d2563a3569ceda457cedd45ab406129557e2cc.tar.xz
ptpython-94d2563a3569ceda457cedd45ab406129557e2cc.zip
Merging upstream version 3.0.20.
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 faab112..72a0e8b 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.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,