Skip to content

Commit

Permalink
Bump version number to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
masom committed Jul 9, 2013
1 parent bdf3344 commit 80b14f8
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 @@ -10,7 +10,7 @@

setup(
name='shopify-trois',
version='0.4-dev',
version='0.4',
url='http://www.github.com/masom/shopify-trois',
license='MIT',
author='Martin Samson',
Expand Down
2 changes: 1 addition & 1 deletion shopify_trois/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.4-dev'
__version__ = '0.4'

from .collection import Collection
from .credentials import Credentials
Expand Down

0 comments on commit 80b14f8

Please sign in to comment.