aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-10-17 16:09:33 -0400
committerJesse Luehrs <doy@tozt.net>2014-10-17 16:09:33 -0400
commit0d7a832ca2158c4dd18c17fe15636bcadfb74aa2 (patch)
tree6b61cfc808c60141445d92735cc8d5d9424069b4 /setup.py
parentbe1ed680c9e46734390ee579f0f684c4055edd16 (diff)
downloadlibvt100-python-0d7a832ca2158c4dd18c17fe15636bcadfb74aa2.tar.gz
libvt100-python-0d7a832ca2158c4dd18c17fe15636bcadfb74aa2.zip
changelog and version bump0.1.6
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 121aad5..e25b13d 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ def pkgconfig(*packages, **kw):
setup(
name="vt100",
- version="0.1.5",
+ version="0.1.6",
description="an in-memory terminal parsing library",
author="Jesse Luehrs",
author_email="doy@tozt.net",