diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2285fc11..49128d1b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.5.0 +current_version = 4.5.1 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P\d+))? serialize = {major}.{minor}.{patch}.{test} diff --git a/docassemble/AssemblyLine/__init__.py b/docassemble/AssemblyLine/__init__.py index 330025d8..ef6eca30 100644 --- a/docassemble/AssemblyLine/__init__.py +++ b/docassemble/AssemblyLine/__init__.py @@ -1 +1 @@ -__version__ = '4.5.0' +__version__ = '4.5.1' diff --git a/pyproject.toml b/pyproject.toml index 65bb03fb..2bee01ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "docassemble.AssemblyLine" -version = "4.5.0" +version = "4.5.1" description = "Quickly go from a paper court form to a runnable, guided, step-by-step web application powered by Docassemble. Swap out branding and pre-built questions to meet your needs." readme = "README.md" authors = [