File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
22commit = True
33tag = True
4- current_version = 0.28 .0
4+ current_version = 0.29 .0
55
66[bumpversion:file:setup.py]
77
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.28 .0'
55+ release = '0.29 .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 @@ -8,7 +8,7 @@ def read(filename):
88
99setup (
1010 name = 'python-binary-memcached' ,
11- version = '0.28 .0' ,
11+ version = '0.29 .0' ,
1212 author = 'Jayson Reis' ,
1313 author_email = 'santosdosreis@gmail.com' ,
1414 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