diff --git a/.cz.yaml b/.cz.yaml index 261096e..d33569b 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -2,7 +2,7 @@ commitizen: name: cz_conventional_commits tag_format: v$version - version: 0.31.3 + version: 0.31.4 version_files: - setup.py - docs/conf.py diff --git a/docs/conf.py b/docs/conf.py index 9b60470..64f07fd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '0.31' # The full version, including alpha/beta/rc tags. -release = '0.31.3' +release = '0.31.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index e6c8714..ce0b628 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def read(filename): setup( name="python-binary-memcached", - version="0.31.3", + version="0.31.4", author="Jayson Reis", author_email="santosdosreis@gmail.com", description="A pure python module to access memcached via its binary protocol with SASL auth support",