aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-09-17 18:52:30 -0400
committerJesse Luehrs <doy@tozt.net>2014-09-17 18:52:30 -0400
commit02b40d64e5e6d2ef9958d3af2b60cb84eb72adb6 (patch)
tree2c0edf964506641dfeb3ebd7b6300596b5c792d6 /setup.py
parent875fe172a4e44cdb3f74e54ffe152ed91b29ac69 (diff)
downloadlibvt100-python-02b40d64e5e6d2ef9958d3af2b60cb84eb72adb6.tar.gz
libvt100-python-02b40d64e5e6d2ef9958d3af2b60cb84eb72adb6.zip
changelog and version bump0.1.4
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 81c3785..9ab89bb 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ def pkgconfig(*packages, **kw):
setup(
name="vt100",
- version="0.1.3",
+ version="0.1.4",
description="an in-memory terminal parsing library",
author="Jesse Luehrs",
author_email="doy@tozt.net",