aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-10-22 12:16:21 -0400
committerJesse Luehrs <doy@tozt.net>2014-10-22 12:16:21 -0400
commit524e5f4fa0603e565eed95a5eff58c0ddebb19a0 (patch)
treec3cbe798841936a308e4e5ecd42174e70c7a5a1d /setup.py
parent6017767b2fefa02e69508626f498f5aabc2c7bfd (diff)
downloadpython-termcast-server-524e5f4fa0603e565eed95a5eff58c0ddebb19a0.tar.gz
python-termcast-server-524e5f4fa0603e565eed95a5eff58c0ddebb19a0.zip
changelog and version bump
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 0fdc350..8b7ce78 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="termcast_server",
- version="0.1.1",
+ version="0.1.2",
description="allow users to broadcast their terminals for others to watch",
url="https://github.com/doy/python-termcast-server",
author="Jesse Luehrs",