Skip to content

Commit

Permalink
Upgraded version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Mar 20, 2016
1 parent b2d7f61 commit edd5773
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,15 @@ def run(self):

setup(
name='django-bakery',
version='0.7.8',
version='0.8.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',
url='http://www.github.com/datadesk/django-bakery/',
license="MIT",
packages=(
'bakery',
'bakery.views',
'bakery.management',
'bakery.management.commands',
'bakery.tests',
Expand All @@ -110,8 +111,8 @@ def run(self):
'License :: OSI Approved :: MIT License',
],
install_requires=[
'six>=1.5.2',
'boto>=2.28',
'six>1.5.2',
'boto>2.28',
],
cmdclass={'test': TestCommand}
)

0 comments on commit edd5773

Please sign in to comment.