Skip to content

Commit

Permalink
release 4.5
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
antolonappan authored Apr 13, 2023
1 parent 1d05d18 commit 78c37d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pycachera/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .cacher import Cache as cache

__version__ = "4.0.0"
__version__ = "4.5.0"
__author__ = "Anto I Lonappan"
__author_email__ = "mail@antolonappan.me"
__description__ = "A simple and powerful python cache decorator"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name = 'pycachera',
packages = ['pycachera'],
package_data = {'pycachera' : files },
version = '4.0.0',
version = '4.5.0',
install_requires = ['numpy','pandas'],
description = 'A powerfull python caching tool',
author = 'Anto Idicherian Lonappan',
Expand Down

0 comments on commit 78c37d0

Please sign in to comment.