diff --git a/api.py b/api.py index 5ab4a94..b5a76db 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.0", "author": "Riley Housden"} +api_data = {"version": "2021.12.1.1", "author": "Riley Housden"} def load_module(name: str): diff --git a/bumpver.toml b/bumpver.toml index 8a76e35..f6ddaf6 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "2021.12.1.0" +current_version = "2021.12.1.1" version_pattern = "YYYY.MM.DD.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true