aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-10-16 23:37:51 -0400
committerJesse Luehrs <doy@tozt.net>2014-10-16 23:37:51 -0400
commit8273fc97bbbc88a8dff2bd7482b01d753c88bc5d (patch)
tree276b69ed120e6d9006fdc3eadeaa6026ca332e0e /setup.py
parent6916426b76f71d0c7a07483ed15332b41f680966 (diff)
downloadpython-termcast-server-8273fc97bbbc88a8dff2bd7482b01d753c88bc5d.tar.gz
python-termcast-server-8273fc97bbbc88a8dff2bd7482b01d753c88bc5d.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 09b8b0b..0fdc350 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="termcast_server",
- version="0.1.0",
+ version="0.1.1",
description="allow users to broadcast their terminals for others to watch",
url="https://github.com/doy/python-termcast-server",
author="Jesse Luehrs",