From 35e3a10315ddd7dbd20bf50c4d824598f9767f23 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Thu, 6 Sep 2012 19:59:11 -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 7fea179634..856ffa0418 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.0.17" +__version__ = "~~VERSION~~" def get_tip(tipper, tippee):