File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
2
commit = True
3
3
tag = True
4
- current_version = 0.27 .0
4
+ current_version = 0.28 .0
5
5
6
6
[bumpversion:file:setup.py]
7
7
Original file line number Diff line number Diff line change 52
52
# The short X.Y version.
53
53
version = '0.26'
54
54
# The full version, including alpha/beta/rc tags.
55
- release = '0.27 .0'
55
+ release = '0.28 .0'
56
56
57
57
# The language for content autogenerated by Sphinx. Refer to documentation
58
58
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ def read(filename):
8
8
9
9
setup (
10
10
name = 'python-binary-memcached' ,
11
- version = '0.27 .0' ,
11
+ version = '0.28 .0' ,
12
12
author = 'Jayson Reis' ,
13
13
author_email = 'santosdosreis@gmail.com' ,
14
14
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