diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-10-30 10:52:24 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-10-30 10:52:24 -0700 |
commit | fcb6c33bac763d7a8246674eff33b599c28c1b6e (patch) | |
tree | 15fc927f186a0de2476729a1c1e1906478f82e7e /third_party/websockify/setup.py | |
parent | 5ba8486b1cd87d31f3d911cbfeb126717e0865b1 (diff) |
update websockify to latest trunk
Diffstat (limited to 'third_party/websockify/setup.py')
-rw-r--r-- | third_party/websockify/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/websockify/setup.py b/third_party/websockify/setup.py index 947f0a52..ebf5e610 100644 --- a/third_party/websockify/setup.py +++ b/third_party/websockify/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.1.0' +version = '0.2.1' name = 'websockify' long_description = open("README.md").read() + "\n" + \ open("CHANGES.txt").read() + "\n" |