diff --git a/api.py b/api.py index f0272d9..3f3f046 100644 --- a/api.py +++ b/api.py @@ -7,7 +7,7 @@ from fastapi import FastAPI logger = logging.getLogger("api") api = FastAPI() -api_data = {"version": "2021.12.1.4", "author": "Riley Housden"} +api_data = {"version": "2021.12.1.5", "author": "Riley Housden"} def load_module(name: str): diff --git a/bumpver.toml b/bumpver.toml index 9433d8e..84c257f 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "2021.12.1.4" +current_version = "2021.12.1.5" version_pattern = "YYYY.MM.DD.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true