Skip to content

Commit

Permalink
create release
Browse files Browse the repository at this point in the history
Signed-off-by: Anto Idicherian Lonappan <antolonappan@icloud.com>
  • Loading branch information
antolonappan committed Mar 28, 2023
1 parent 56c088b commit 38fdd0b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
draft: false
prerelease: false
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
draft: false
prerelease: false
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__ = "2.0.4"
__version__ = "2.0.5"
__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 @@ -4,7 +4,7 @@
name = 'pycachera',
packages = ['pycachera'],
package_data = {'pycachera' : files },
version = '2.0.4',
version = '2.0.5',
install_requires = ['numpy','pandas'],
description = 'A powerfull python caching tool',
author = 'Anto Idicherian Lonappan',
Expand Down

0 comments on commit 38fdd0b

Please sign in to comment.