diff --git a/pycachera/__init__.py b/pycachera/__init__.py index 2db6f41..40fa367 100644 --- a/pycachera/__init__.py +++ b/pycachera/__init__.py @@ -1,6 +1,6 @@ from .cacher import Cache as cache -__version__ = "4.5.0" +__version__ = "4.5.1" __author__ = "Anto I Lonappan" __author_email__ = "mail@antolonappan.me" __description__ = "A simple and powerful python cache decorator" diff --git a/setup.py b/setup.py index bfd00be..4407009 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ name = 'pycachera', packages = ['pycachera'], package_data = {'pycachera' : files }, - version = '4.5.0', + version = '4.5.1', install_requires = ['numpy','pandas'], description = 'A powerfull python caching tool', author = 'Anto Idicherian Lonappan',