release 0.0.8

user: russellballestrini
branch 'default'
changed README.rst
changed ago.py
changed setup.py
This commit is contained in:
russellballestrini 2016-07-10 14:34:28 -04:00
parent 5ad4d84a97
commit e5a4850368
3 changed files with 18 additions and 11 deletions

View file

@ -1,10 +1,10 @@
# installation: easy_install ago
# installation: pip install ago
from setuptools import setup
setup(
name = 'ago',
version = '0.0.7',
version = '0.0.8',
description = 'ago: Human readable timedeltas',
keywords = 'ago human readable time deltas timedelta datetime',
long_description = open('README.rst').read(),