aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-09-25 16:08:27 -0400
committerJesse Luehrs <doy@tozt.net>2014-09-25 16:08:27 -0400
commit17dbec930c1ebfae7978f35c7b33e5365b4b11b0 (patch)
tree77531e9792e646710fffb67e95c86cdf7ef1c573 /setup.py
parent5ddef2673cf73df048f5d4e97ee1020c277c6b83 (diff)
downloadlibvt100-python-17dbec930c1ebfae7978f35c7b33e5365b4b11b0.tar.gz
libvt100-python-17dbec930c1ebfae7978f35c7b33e5365b4b11b0.zip
changelog and version bump0.1.5
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 9ab89bb..121aad5 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ def pkgconfig(*packages, **kw):
setup(
name="vt100",
- version="0.1.4",
+ version="0.1.5",
description="an in-memory terminal parsing library",
author="Jesse Luehrs",
author_email="doy@tozt.net",