summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-12-12 15:39:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-12-12 15:39:50 +0000
commit5b42108e8acc2af2aa64d3fe36fb93757724b812 (patch)
treeacefcbeb35ba19f5ef87110b8acd10ede790c128 /setup.py
parentReleasing debian version 3.0.21-1. (diff)
downloadptpython-5b42108e8acc2af2aa64d3fe36fb93757724b812.tar.xz
ptpython-5b42108e8acc2af2aa64d3fe36fb93757724b812.zip
Merging upstream version 3.0.22.
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 274be8e..2725dac 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.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,