Skip to content

Commit

Permalink
version fix
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
antolonappan authored Apr 13, 2023
1 parent 0e0dc50 commit 720d5a9
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.5.0"
__version__ = "4.5.1"
__author__ = "Anto I Lonappan"
__author_email__ = "[email protected]"
__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.5.0',
version = '4.5.1',
install_requires = ['numpy','pandas'],
description = 'A powerfull python caching tool',
author = 'Anto Idicherian Lonappan',
Expand Down

0 comments on commit 720d5a9

Please sign in to comment.