ago 0.0.5 version

* consolidated human and delta2human
* fixed docs and tests to reflect consolidation
This commit is contained in:
RussellBallestrini 2013-01-12 15:06:09 -05:00
parent 1e4fe16b72
commit a2574a05d8
4 changed files with 48 additions and 45 deletions

View file

@ -4,7 +4,7 @@ from setuptools import setup
setup(
name = 'ago',
version = '0.0.4',
version = '0.0.5',
description = 'ago: Human readable timedeltas',
keywords = 'ago human readable time deltas timedelta datetime',
long_description = open('README.rst').read(),