summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
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 af56d8b9..6b91f5ab 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ long_description = open(
).read()
-version = '0.56' # Don't forget to update in prompt_toolkit.__init__!
+version = '0.57' # Don't forget to update in prompt_toolkit.__init__!
setup(
name='prompt_toolkit',