Skip to content

Commit

Permalink
Merge branch 'release/0.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeLambda committed Nov 6, 2019
2 parents e4ad1a0 + 2090519 commit bb4609b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.5.0
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion microcosm_caching/memcached.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"""
from enum import IntEnum, unique
from json import dumps, loads
from typing import Optional, Tuple

from pymemcache.client.hash import HashClient
from pymemcache.test.utils import MockMemcacheClient
from simplejson import dumps, loads

from microcosm_caching.base import CacheBase

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


project = "microcosm-caching"
version = "0.4.0"
version = "0.5.0"

setup(
name=project,
Expand All @@ -22,6 +22,7 @@
"microcosm>=2.12.0",
"microcosm-logging>=1.3.0",
"pymemcache>=2.2.2",
"simplejson>=3.16.0",
],
extras_require={
"metrics": "microcosm-metrics>=2.2.0",
Expand Down

0 comments on commit bb4609b

Please sign in to comment.