diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 27d28f82..15885528 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.45 +current_version = 0.46 parse = (?P\d+)\.(?P\d+)(\.(?P\d+))? serialize = {major}.{minor}.{patch} diff --git a/doc/source/conf.py b/doc/source/conf.py index 8fb6c7b1..c3bb63b5 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.45' +version = '0.46' # The full version, including alpha/beta/rc tags -release = '0.45' +release = '0.46' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index bce57de9..b0c96d04 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name="synadm", - version="0.45", + version="0.46", author="Johannes Tiefenbacher", author_email="jt@peek-a-boo.at", description="Command line admin tool for Synapse (Matrix reference homeserver)",