Skip to content

Commit 809eeaa

Browse files
committed
Bump version: 0.30.0 → 0.30.1
1 parent 716c09e commit 809eeaa

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[bumpversion]
22
commit = True
33
tag = 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-

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '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.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def read(filename):
88

99
setup(
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',

0 commit comments

Comments
 (0)