changed setup.py

This commit is contained in:
russellballestrini 2017-10-14 20:15:53 -04:00
parent 93c6b1c572
commit ddcd765260

View file

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