Skip to content

Commit

Permalink
Bump version number to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
masom committed Jul 18, 2013
1 parent 97857a6 commit 2067e02
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.6-dev',
version='0.6',
url='http://masom.github.io/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.6-dev'
__version__ = '0.6'

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

0 comments on commit 2067e02

Please sign in to comment.