aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-10-22 12:10:36 -0400
committerJesse Luehrs <doy@tozt.net>2014-10-22 12:10:36 -0400
commitf41c57028f8c3a0f27c46991d5081111c9daf6ec (patch)
tree7ec101439354418f5ee6624f6029eabea0a6a6b7 /setup.py
parenta5373c51b951d50e6cab35458c8556d9cc865641 (diff)
downloadlibvt100-python-f41c57028f8c3a0f27c46991d5081111c9daf6ec.tar.gz
libvt100-python-f41c57028f8c3a0f27c46991d5081111c9daf6ec.zip
changelog and version bump0.2.0
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 e25b13d..f6243f5 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ def pkgconfig(*packages, **kw):
setup(
name="vt100",
- version="0.1.6",
+ version="0.2.0",
description="an in-memory terminal parsing library",
author="Jesse Luehrs",
author_email="doy@tozt.net",