aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-10-17 16:44:57 -0400
committerJesse Luehrs <doy@tozt.net>2014-10-17 16:44:57 -0400
commit26c62e20a9b2d66a868edb29db0da81fd43c2f93 (patch)
treefca35108dbd657624766050e34cb3b0dba1f8503 /setup.py
parent5b5827f26e27761781039bcfad5f45e05c048bcf (diff)
downloadpython-termcast-client-26c62e20a9b2d66a868edb29db0da81fd43c2f93.tar.gz
python-termcast-client-26c62e20a9b2d66a868edb29db0da81fd43c2f93.zip
changelog and version bump0.1.2
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 07a01c8..1b60ae4 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ if len(sys.argv) > 1 and sys.argv[1] == "fatpack":
setup(
name="termcast_client",
- version="0.1.1",
+ version="0.1.2",
description="broadcast your terminal sessions for remote viewing",
url="https://github.com/doy/python-termcast-client",
author="Jesse Luehrs",