Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Commit

Permalink
Update version 0.7.8 -> 0.7.9
Browse files Browse the repository at this point in the history
Bonus: remove the URL of RFC 6455 from description. It's too long.
Review URL: https://codereview.appspot.com/7690045
  • Loading branch information
tyoshino committed Mar 18, 2013
1 parent 649d562 commit 7a4d725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@
description='WebSocket extension for Apache HTTP Server.',
long_description=(
'mod_pywebsocket is an Apache HTTP Server extension for '
'WebSocket (http://tools.ietf.org/html/rfc6455). '
'the WebSocket Protocol (RFC 6455). '
'See mod_pywebsocket/__init__.py for more detail.'),
license='See COPYING',
name=_PACKAGE_NAME,
packages=[_PACKAGE_NAME, _PACKAGE_NAME + '.handshake'],
url='http://code.google.com/p/pywebsocket/',
# See the source of distutils.version, distutils.versionpredicate and
# distutils.dist to understand how to name version numbers.
version='0.7.8',
version='0.7.9',
)


Expand Down

0 comments on commit 7a4d725

Please sign in to comment.