Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bisho committed Oct 11, 2023
1 parent c084b6a commit 913b566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "meta-memcache"
version = "1.0.4"
version = "1.0.5"
description = "Modern, pure python, memcache client with support for new meta commands."
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/meta_memcache/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.4"
__version__ = "1.0.5"

from meta_memcache.cache_client import CacheClient
from meta_memcache.configuration import (
Expand Down

0 comments on commit 913b566

Please sign in to comment.