From 680c41f6b42f571e755f6a7c1754940775aee489 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Wed, 24 Oct 2012 10:47:59 -0400 Subject: [PATCH] Resetting version 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 106860c15d..74a2ec6b89 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__ = "5.2.35" +__version__ = "~~VERSION~~" def get_tip(tipper, tippee):