Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Resetting version in gittip/__init__.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Nov 29, 2012
1 parent 544cab5 commit 4682b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gittip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.20"
__version__ = "~~VERSION~~"


def get_tip(tipper, tippee):
Expand Down

0 comments on commit 4682b05

Please sign in to comment.