diff --git a/bower.json b/bower.json index 6073cff..1fb4361 100644 --- a/bower.json +++ b/bower.json @@ -5,7 +5,7 @@ ], "name": "marketplace-constants", "description": "Common, universal constants for the Firefox Marketplace", - "version": "0.8.0", + "version": "0.9.0", "ignore": [ "**/*.py", "**/*.txt", diff --git a/setup.py b/setup.py index 467f59a..dd6f36f 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='marketplace-constants', - version='0.8.0', + version='0.9.0', description='Standard constants for the marketplace', long_description=open('README.md').read(), author='Andy McKay',