new release, adds abbreviate parameter!

This commit is contained in:
russellballestrini 2016-02-01 23:24:38 -05:00
parent 770fb5f3c4
commit f586eaa8cb
5 changed files with 21 additions and 8 deletions

View file

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