diff options
author | Chang-Hung Liang <eliang.cs@gmail.com> | 2018-01-06 22:19:00 +0800 |
---|---|---|
committer | Chang-Hung Liang <eliang.cs@gmail.com> | 2018-01-06 22:19:00 +0800 |
commit | c31c89148ea3001e1e2eb668936cf1242002d2e0 (patch) | |
tree | 390bdfb5dc1cbf7cefbc76b2ab203918876eea73 | |
parent | 50c769521007cffe15bbc46d4bd909ec791422f6 (diff) |
Bump version to 0.11.1v0.11.1
-rw-r--r-- | http_prompt/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http_prompt/__init__.py b/http_prompt/__init__.py index f323a57..ae4865c 100644 --- a/http_prompt/__init__.py +++ b/http_prompt/__init__.py @@ -1 +1 @@ -__version__ = '0.11.0' +__version__ = '0.11.1' |