Bump to v0.2.10

This commit is contained in:
Garret Wassermann
2018-09-01 23:14:57 -04:00
parent 25b842aa9b
commit 0f99599982
2 changed files with 5 additions and 3 deletions

View File

@ -6,7 +6,7 @@ from distutils.util import convert_path
from fnmatch import fnmatchcase
from setuptools import setup, find_packages
version = '0.2.9'
version = '0.2.10'
# Provided as an attribute, so you can append to these instead
# of replicating them:
@ -137,6 +137,7 @@ setup(
"Framework :: Django",
"Framework :: Django :: 1.11",
"Framework :: Django :: 2.0",
"Framework :: Django :: 2.1",
"Environment :: Web Environment",
"Operating System :: OS Independent",
"Intended Audience :: Customer Service",