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 f1c57904..aeb9986c 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ long_description = open(
setup(
name='prompt_toolkit',
author='Jonathan Slenders',
- version='0.37',
+ version='0.38',
license='LICENSE.txt',
url='https://github.com/jonathanslenders/python-prompt-toolkit',
description='Library for building powerful interactive command lines in Python',