diff --git a/pyproject.toml b/pyproject.toml index 64b42f1..0379ef6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/meta_memcache/__init__.py b/src/meta_memcache/__init__.py index bc21c2b..a5a4e0a 100644 --- a/src/meta_memcache/__init__.py +++ b/src/meta_memcache/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.4" +__version__ = "1.0.5" from meta_memcache.cache_client import CacheClient from meta_memcache.configuration import (