modified: ago/__init__.py

modified:   setup.py
This commit is contained in:
Russell Ballestrini 2022-07-11 17:02:52 -04:00
parent 16d2dc15f6
commit f54872700a
2 changed files with 2 additions and 2 deletions

View file

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