aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-09-17 16:47:59 -0400
committerJesse Luehrs <doy@tozt.net>2014-09-17 16:47:59 -0400
commit2f34d1359b65fd49424476d503120e2614c5f77c (patch)
tree9993cd815ed4f1c371a67f4a888fe59d60713ed9 /setup.py
parent7ddf5ebe2e88be1012cee9d0cb4c47dc8a3bc86b (diff)
downloadlibvt100-python-2f34d1359b65fd49424476d503120e2614c5f77c.tar.gz
libvt100-python-2f34d1359b65fd49424476d503120e2614c5f77c.zip
changelog and version bump0.1.2
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 b27dc40..2608aad 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ def pkgconfig(*packages, **kw):
setup(
name="vt100",
- version="0.1.1",
+ version="0.1.2",
description="an in-memory terminal parsing library",
author="Jesse Luehrs",
author_email="doy@tozt.net",