Skip to content

Commit

Permalink
Release version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deavid committed Apr 22, 2011
1 parent 575b08b commit 49cc5ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bjsonrpc/__init__.py
Expand Up @@ -7,8 +7,8 @@
""" """


__version__ = '0.1' __version__ = '0.2'
__release__ = '0.1.1' __release__ = '0.2.0'




__all__ = [ __all__ = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -34,7 +34,7 @@


setup( setup(
name = 'bjsonrpc', name = 'bjsonrpc',
version = '0.1.1', version = '0.2.0',
description = 'Asynchronous Bidirectional JSON-RPC protocol implementation over TCP/IP', description = 'Asynchronous Bidirectional JSON-RPC protocol implementation over TCP/IP',
long_description = """ long_description = """
*bjsonrpc* is a implementation of the well-known JSON-RPC protocol *bjsonrpc* is a implementation of the well-known JSON-RPC protocol
Expand Down

0 comments on commit 49cc5ce

Please sign in to comment.