diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8150f1e..5e7243e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.28.0 +current_version = 0.29.0 [bumpversion:file:setup.py] diff --git a/docs/conf.py b/docs/conf.py index 6087779..23989e2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '0.26' # The full version, including alpha/beta/rc tags. -release = '0.28.0' +release = '0.29.0' # 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 b143f17..f9dd2de 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def read(filename): setup( name='python-binary-memcached', - version='0.28.0', + version='0.29.0', author='Jayson Reis', author_email='santosdosreis@gmail.com', description='A pure python module to access memcached via its binary protocol with SASL auth support',