diff setup.py @ 28:bea0c77734ca 0.3.0a

Changed/renamed exceptions
author Ben Croston <ben@croston.org>
date Tue, 28 Feb 2012 13:49:17 +0000
parents 346114023528
children a99009a7013c
line wrap: on
line diff
--- a/setup.py	Tue Feb 28 13:18:33 2012 +0000
+++ b/setup.py	Tue Feb 28 13:49:17 2012 +0000
@@ -18,9 +18,9 @@
     extra['use_2to3'] = True
 
 setup(name             = 'AuthRPC',
-      version          = '0.2.0a',
+      version          = '0.3.0a',
       packages         = find_packages(),
-      install_requires = 'WebOb>=1.2b2',
+      install_requires = 'WebOb>=1.2b3',
       author           = 'Ben Croston',
       author_email     = 'ben@croston.org',
       description      = 'A JSONRPC-like client and server with additions to enable authenticated requests',