From 94a55628dfd5fc75451afd2341f6cec7ca1ff915 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Fri, 11 Aug 2017 11:34:15 -0400 Subject: [PATCH] bump version 0.9.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8c18c4b..decd5cc 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ class CleanCommand(Command): setup( name="django-dbfilestorage", - version="0.9.0", + version="0.9.1", description="Database backed file storage for testing.", long_description="Database backed file storage for testing. Stores files as base64 encoded textfields.", author="Tyrel Souza",