From a5e19b0c9e069173d07910e25a2c5d20f73cef34 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Wed, 4 Jul 2012 14:18:44 -0400 Subject: [PATCH] Setting version to 3.3.0 in gittip/__init__.py. --- gittip/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gittip/__init__.py b/gittip/__init__.py index 1c414ed854..541a6a0bc5 100644 --- a/gittip/__init__.py +++ b/gittip/__init__.py @@ -24,7 +24,7 @@ def age(): AMOUNTS= [Decimal(a) for a in ('0.00', '0.25', '3.00', '6.00', '12.00', '24.00')] -__version__ = "~~VERSION~~" +__version__ = "3.3.0" def get_tip(tipper, tippee):