Skip to content

Commit

Permalink
Release 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Greenfeld committed Mar 13, 2015
1 parent 62f349f commit 01af7e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eventbrite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__author__ = 'Daniel Greenfeld'
__email__ = '[email protected]'
__version__ = '3.0.3'
__version__ = '3.0.4'


from .client import Eventbrite
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
except ImportError:
from distutils.core import setup

__version__ = '3.0.3'
__version__ = '3.0.4'

if sys.argv[-1] == 'tag':
os.system("git tag -a %s -m 'version %s'" % (__version__, __version__))
Expand Down

0 comments on commit 01af7e0

Please sign in to comment.