Skip to content

Commit

Permalink
preparing next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawouach committed Apr 1, 2014
1 parent ef9758e commit 63fe1e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def find_package_modules(self, package, package_dir):
return amended_modules

setup(name = "ws4py",
version = '0.3.4',
version = '0.3.5',
description = "WebSocket client and server library for Python 2 and 3 as well as PyPy",
maintainer = "Sylvain Hellegouarch",
maintainer_email = "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion ws4py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import logging

__author__ = "Sylvain Hellegouarch"
__version__ = "0.3.4"
__version__ = "0.3.5"
__all__ = ['WS_KEY', 'WS_VERSION', 'configure_logger', 'format_addresses']

WS_KEY = b"258EAFA5-E914-47DA-95CA-C5AB0DC85B11"
Expand Down

0 comments on commit 63fe1e8

Please sign in to comment.