Skip to content

Commit

Permalink
Released version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunbhardwaj committed Aug 12, 2016
1 parent 999c0d9 commit 21e4b66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='spree',
version='0.4.1',
version='0.4.2',
description="Spree python api client",
long_description=readme + '\n\n' + history,
author="Fulfil.IO Inc.",
Expand Down
2 changes: 1 addition & 1 deletion spree/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__author__ = 'Fulfil.IO Inc.'
__email__ = 'info@fulfil.io'
__version__ = '0.4.1'
__version__ = '0.4.2'

from .spree import Spree # noqa

0 comments on commit 21e4b66

Please sign in to comment.