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 Jun 29, 2012
1 parent 47b1854 commit bf34ceb
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 @@ -12,7 +12,7 @@ def age():
AMOUNTS= [Decimal(a) for a in ('0.00', '0.08', '0.16', '0.32', '0.64', '1.28')]


__version__ = "3.1.14"
__version__ = "~~VERSION~~"


def get_tip(tipper, tippee):
Expand Down

0 comments on commit bf34ceb

Please sign in to comment.