Remove Django 1.7 from requirements and testing, set version to 0.2.0

This commit is contained in:
Garret Wassermann
2016-10-21 18:57:14 -04:00
committed by Jonathan Barratt
parent 44fd60970b
commit 904a83e2fe
4 changed files with 19 additions and 25 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.1.18'
version = '0.2.0'
# Provided as an attribute, so you can append to these instead
# of replicating them: