diff --git a/django_gcloud_storage/__init__.py b/django_gcloud_storage/__init__.py index 88b870a..ddc1fc3 100644 --- a/django_gcloud_storage/__init__.py +++ b/django_gcloud_storage/__init__.py @@ -19,7 +19,7 @@ from google.cloud.exceptions import NotFound from google.cloud.storage.bucket import Bucket -__version__ = '0.3.1' +__version__ = '0.3.2' DJANGO_17 = django.get_version().startswith('1.7.') diff --git a/setup.cfg b/setup.cfg index 92b5acb..cad1157 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.1 +current_version = 0.3.2 commit = True tag = True