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

Commit

Permalink
Setting version to 2.0.7 in gittip/__init__.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Jun 15, 2012
1 parent 24013d3 commit 8fb6d27
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__ = "~~VERSION~~"
__version__ = "2.0.7"


def get_tip(tipper, tippee):
Expand Down

0 comments on commit 8fb6d27

Please sign in to comment.