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 3.3.0 in gittip/__init__.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Jul 4, 2012
1 parent e18bfca commit a5e19b0
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 @@ -24,7 +24,7 @@ def age():
AMOUNTS= [Decimal(a) for a in ('0.00', '0.25', '3.00', '6.00', '12.00', '24.00')]


__version__ = "~~VERSION~~"
__version__ = "3.3.0"


def get_tip(tipper, tippee):
Expand Down

0 comments on commit a5e19b0

Please sign in to comment.