aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-10-22 12:18:23 -0400
committerJesse Luehrs <doy@tozt.net>2014-10-22 12:18:23 -0400
commit7dcaeb63efc6a2b98d79d20f545c5e41b0a99436 (patch)
tree93ba5b25a335bd3f8a817c20e680715d1b2aa324 /setup.py
parentbdb9b753edf13c19ac63c2fe00764e40b3d281f6 (diff)
downloadpython-termcast-client-7dcaeb63efc6a2b98d79d20f545c5e41b0a99436.tar.gz
python-termcast-client-7dcaeb63efc6a2b98d79d20f545c5e41b0a99436.zip
changelog and version bumpHEADmaster
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 1b60ae4..5009750 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.2",
+ version="0.1.3",
description="broadcast your terminal sessions for remote viewing",
url="https://github.com/doy/python-termcast-client",
author="Jesse Luehrs",