diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 575dc371..aa21a4af 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.31 +current_version = 0.32 parse = (?P\d+)\.(?P\d+)(\.(?P\d+))? serialize = {major}.{minor}.{patch} diff --git a/doc/source/conf.py b/doc/source/conf.py index 3f7bdaf0..8dfdf67b 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -22,10 +22,10 @@ author = 'Johannes Tiefenbacher' # The short X.Y version -version = '0.31' +version = '0.32' # The full version, including alpha/beta/rc tags -release = '0.31' +release = '0.32' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index da4d357e..445095d3 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name="synadm", - version="0.31", + version="0.32", author="Johannes Tiefenbacher", author_email="jt@peek-a-boo.at", description="Command line admin tool for Synapse (Matrix reference homeserver)",