Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Apr 21, 2017
1 parent d5c80b9 commit 7c916dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -5,7 +5,7 @@


setup(name='ttldict',
version='0.2.3',
version='0.2.4',
description="Dictionary with auto-expiring values for caching purposes",
long_description=long_description,
author='Oz Tiram',
Expand All @@ -19,6 +19,7 @@
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5'],
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6'],
zip_safe=True,
extras_require={'test': ['pytest', 'coverage']})

0 comments on commit 7c916dc

Please sign in to comment.