File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
22commit = True
33tag = True
4- current_version = 0.26.1
4+ current_version = 0.27.0
55
66[bumpversion:file:setup.py]
77
88[bumpversion:file:docs/conf.py]
9+
Original file line number Diff line number Diff line change 5252# The short X.Y version.
5353version = '0.26'
5454# The full version, including alpha/beta/rc tags.
55- release = '0.26.1 '
55+ release = '0.27.0 '
5656
5757# The language for content autogenerated by Sphinx. Refer to documentation
5858# for a list of supported languages.
Original file line number Diff line number Diff line change 11from setuptools import setup
22setup (
33 name = 'python-binary-memcached' ,
4- version = '0.26.1 ' ,
4+ version = '0.27.0 ' ,
55 author = 'Jayson Reis' ,
66 author_email = 'santosdosreis@gmail.com' ,
77 description = 'A pure python module to access memcached via its binary protocol with SASL auth support' ,
You can’t perform that action at this time.
0 commit comments