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 9c5dfb9 commit eb562af
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.3"
version = "1.0.4"
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.3"
__version__ = "1.0.4"

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

0 comments on commit eb562af

Please sign in to comment.