fix millisecs versus microsecs

changed ago.py
changed setup.py
changed test_ago.py
This commit is contained in:
russellballestrini 2017-10-14 20:49:50 -04:00
parent ddcd765260
commit 36102bba88
3 changed files with 14 additions and 7 deletions

View file

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