aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-09-17 11:31:31 -0400
committerJesse Luehrs <doy@tozt.net>2014-09-17 11:31:40 -0400
commit12c8861a8046a88b80561de33aaaaa0a961e33c2 (patch)
treee7b193273735808e8ec9ad628921e4e81b115241 /setup.py
parentdc1133bf65a89565318864815692d24ceb934404 (diff)
downloadlibvt100-python-12c8861a8046a88b80561de33aaaaa0a961e33c2.tar.gz
libvt100-python-12c8861a8046a88b80561de33aaaaa0a961e33c2.zip
changelog and version bump0.1.1
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 1c10660..b27dc40 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ def pkgconfig(*packages, **kw):
setup(
name="vt100",
- version="0.1.0",
+ version="0.1.1",
description="an in-memory terminal parsing library",
author="Jesse Luehrs",
author_email="doy@tozt.net",