diff --git a/api.py b/api.py index 7c1598d..87946e0 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.2", "author": "Riley Housden"} +api_data = {"version": "2021.12.1.3", "author": "Riley Housden"} def load_module(name: str): diff --git a/bumpver.toml b/bumpver.toml index 695dc52..1537cdf 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "2021.12.1.2" +current_version = "2021.12.1.3" version_pattern = "YYYY.MM.DD.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true