Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Commit

Permalink
Release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquebastos committed Dec 29, 2012
1 parent 2e1b847 commit 2eb649f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -4,7 +4,7 @@


setup(name='django-aggregate-if',
version='0.1',
version='0.2',
description='Conditional aggregates for Django, just like the famous SumIf in Excel.',
long_description=open(os.path.join(os.path.dirname(__file__), "README.txt")).read(),
author="Henrique Bastos", author_email="henrique@bastos.net",
Expand All @@ -14,7 +14,7 @@
platforms='any',
include_package_data=True,
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Framework :: Django',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 2eb649f

Please sign in to comment.