forgot to commit setup.py changes

This commit is contained in:
RussellBallestrini 2012-07-29 09:40:48 -04:00
parent 51b63aa576
commit 6dc3268ff7

View file

@ -4,9 +4,9 @@ from setuptools import setup
setup(
name = 'ago',
version = '0.0.2',
version = '0.0.3',
description = 'ago: Human readable timedeltas',
keywords = 'ago human readable time deltas timedelta',
keywords = 'ago human readable time deltas timedelta datetime',
long_description = open('README').read(),
author = 'Russell Ballestrini',