diff --git a/dispatch/__init__.py b/dispatch/__init__.py index 19283fe51..31d29d821 100644 --- a/dispatch/__init__.py +++ b/dispatch/__init__.py @@ -1 +1 @@ -__version__ = '0.5.4' +__version__ = '0.5.5' diff --git a/dispatch/static/manager/package.json b/dispatch/static/manager/package.json index a48361357..c3c9873c3 100644 --- a/dispatch/static/manager/package.json +++ b/dispatch/static/manager/package.json @@ -1,6 +1,6 @@ { "name": "dispatch", - "version": "0.5.4", + "version": "0.5.5", "description": "The frontend framework for the Dispatch publishing platform.", "author": "Peter Siemens ", "homepage": "https://www.ubyssey.ca", diff --git a/setup.py b/setup.py index ee442f2a0..43adb522c 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='dispatch', - version='0.5.4', + version='0.5.5', description='A publishing platform for modern newspapers', url='https://github.com/ubyssey/dispatch', author='Peter Siemens', @@ -16,7 +16,7 @@ 'pillow', 'requests', 'jsonfield', - 'google-cloud-storage', + 'google-cloud', ], extras_require={ 'dev': [