Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosman committed Feb 14, 2013
1 parent eb92693 commit 9e1e254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soundcloud/__init__.py
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Python Soundcloud API Wrapper.""" """Python Soundcloud API Wrapper."""


__version__ = '0.3.5' __version__ = '0.3.6'
__all__ = ['Client'] __all__ = ['Client']


USER_AGENT = 'SoundCloud Python API Wrapper %s' % __version__ USER_AGENT = 'SoundCloud Python API Wrapper %s' % __version__
Expand Down

0 comments on commit 9e1e254

Please sign in to comment.