Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
Tagged version 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jgelens committed Mar 15, 2012
1 parent fa5ad1d commit 99a09a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion geventwebsocket/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version_info = (0, 3, 3)
version_info = (0, 3, 4)
__version__ = ".".join(map(str, version_info))

__all__ = ['WebSocketHandler', 'WebSocketError']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="gevent-websocket",
version="0.3.3",
version="0.3.4",
description="Websocket handler for the gevent pywsgi server, a Python network library",
long_description=open("README.rst").read(),
author="Jeffrey Gelens",
Expand Down

0 comments on commit 99a09a2

Please sign in to comment.