Skip to content

Commit

Permalink
Merge pull request #231 from harikitech/topic/bump/2.0.5
Browse files Browse the repository at this point in the history
Bump version 2.0.5
  • Loading branch information
Surgo authored Sep 23, 2024
2 parents ea8df18 + 8605872 commit e4eba58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_elastipymemcache/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (2, 0, 4)
VERSION = (2, 0, 5)
__version__ = '.'.join(map(str, VERSION))

0 comments on commit e4eba58

Please sign in to comment.