aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-10-16 23:32:13 -0400
committerJesse Luehrs <doy@tozt.net>2014-10-16 23:32:13 -0400
commit78667f41e53f1b5446eef2af4c2899026d32a0ef (patch)
tree02876a3db55aaf9047e260a4ee7f13ea81acabf1 /setup.py
parentff58c55b93cb162fd1928d702d813d2ebd441d0b (diff)
downloadpython-termcast-client-78667f41e53f1b5446eef2af4c2899026d32a0ef.tar.gz
python-termcast-client-78667f41e53f1b5446eef2af4c2899026d32a0ef.zip
changelog and version bump0.1.1
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 d509216..07a01c8 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.0",
+ version="0.1.1",
description="broadcast your terminal sessions for remote viewing",
url="https://github.com/doy/python-termcast-client",
author="Jesse Luehrs",