2 files changed, 2 insertions(+), 2 deletions(-)

M README.rst
M trello_broker/__init__.py
M README.rst +1 -1
@@ 2,7 2,7 @@ 
 django-trello-broker
 ====================
 :Info: Django app to integrate BitBucket POST hooks and Trello boards
-:Version: 0.2
+:Version: 0.3
 :Author: Peter Sanchez <peter@netlandish.com> - Netlandish Inc. (http://www.netlandish.com)
 
 Dependencies

          
M trello_broker/__init__.py +1 -1
@@ 1,4 1,4 @@ 
-VERSION = (0, 2, 0, 'beta', 0)
+VERSION = (0, 3, 0, 'final', 0)
 
 
 # taken from django-registration