Skip to content

Commit

Permalink
Bump version in file
Browse files Browse the repository at this point in the history
  • Loading branch information
gdb committed Oct 21, 2011
1 parent 5478a08 commit f2099dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stripe/__init__.py
Expand Up @@ -65,7 +65,7 @@
raise ImportError("Stripe requires one of pycurl, Google App Engine's urlfetch, or urllib2. If you are on a platform where none of these libraries are available, please let us know at support@stripe.com.")

## Configuration variables
VERSION = '1.5.23'
VERSION = '1.5.24'
logger = logging.getLogger('stripe')

api_key = None
Expand Down Expand Up @@ -653,4 +653,4 @@ class Token(CreateableAPIResource):
pass

class Coupon(CreateableAPIResource, DeletableAPIResource, ListableAPIResource):
pass
pass

0 comments on commit f2099dc

Please sign in to comment.