Skip to content

Commit

Permalink
Updated setup.py to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Mar 30, 2017
1 parent 2303da8 commit 1e00bca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def run(self):

setup(
name='django-bakery',
version='0.8.14',
version='0.9.0',
description='A set of helpers for baking your Django site out as flat files',
author='The Los Angeles Times Data Desk',
author_email='datadesk@latimes.com',
Expand Down Expand Up @@ -119,7 +119,6 @@ def run(self):
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.9',
'Framework :: Django :: 1.10',
'Framework :: Django :: 1.11',
'License :: OSI Approved :: MIT License',
],
install_requires=[
Expand Down

0 comments on commit 1e00bca

Please sign in to comment.