File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
22commit = True
33tag = True
4- current_version = 0.30.0
4+ current_version = 0.30.1
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.30'
5454# The full version, including alpha/beta/rc tags.
55- release = '0.30.0 '
55+ release = '0.30.1 '
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.30.0 ' ,
11+ version = '0.30.1 ' ,
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