From df36c5abd98ffbb0be8c5d46f290c5b8d03b50bb Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Tue, 6 Nov 2012 13:58:34 -0500 Subject: [PATCH] Setting version to 5.3.10 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 74a2ec6b89..bfca195cfc 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.3.10" def get_tip(tipper, tippee):