fix millisecs versus microsecs
changed ago.py changed setup.py changed test_ago.py
This commit is contained in:
parent
ddcd765260
commit
36102bba88
3 changed files with 14 additions and 7 deletions
2
setup.py
2
setup.py
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue