From 46bf551c86d047581df459f36957343d3092e191 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Fri, 16 Nov 2012 09:16:16 -0500 Subject: [PATCH] Setting version to 5.4.7 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 31ffd218bc..f53be0815e 100644 --- a/gittip/__init__.py +++ b/gittip/__init__.py @@ -37,7 +37,7 @@ def age(): AMOUNTS = [Decimal(a) for a in ('0.00', '1.00', '3.00', '6.00', '12.00', '24.00')] -__version__ = "~~VERSION~~" +__version__ = "5.4.7" def get_tip(tipper, tippee):