aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-06-04 19:37:33 -0400
committerJesse Luehrs <doy@tozt.net>2016-06-04 19:37:33 -0400
commit1adf706513f097a545760b17badbbd132ed7d1b4 (patch)
treea9ea809e799641bbab5ae0dfd11b6b93ba36cf2f /setup.py
parent0ae4955ccca2d30c90800f9a313298be0fb4266b (diff)
downloadlibvt100-python-1adf706513f097a545760b17badbbd132ed7d1b4.tar.gz
libvt100-python-1adf706513f097a545760b17badbbd132ed7d1b4.zip
changelog and version bumpHEAD0.3.0master
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 9b71360..e07465b 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ def pkgconfig(*packages, **kw):
setup(
name="vt100",
- version="0.2.0",
+ version="0.3.0",
description="an in-memory terminal parsing library",
author="Jesse Luehrs",
author_email="doy@tozt.net",