aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-09-17 17:36:10 -0400
committerJesse Luehrs <doy@tozt.net>2014-09-17 17:36:10 -0400
commit3e3120bf21641fcf231581105ed3bf16ee756657 (patch)
tree5a25adbdbee8f2e61afa9b339e35ed957fb75774 /setup.py
parentd8d27e297d6891a44afb70fa624eab862c8145c4 (diff)
downloadlibvt100-python-3e3120bf21641fcf231581105ed3bf16ee756657.tar.gz
libvt100-python-3e3120bf21641fcf231581105ed3bf16ee756657.zip
changelog and version bump0.1.3
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 2608aad..81c3785 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ def pkgconfig(*packages, **kw):
setup(
name="vt100",
- version="0.1.2",
+ version="0.1.3",
description="an in-memory terminal parsing library",
author="Jesse Luehrs",
author_email="doy@tozt.net",