bump version

This commit is contained in:
hay-kot
2021-04-18 17:45:56 -08:00
parent d4a9ecd65f
commit 6190f0fd1c
3 changed files with 10 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ from typing import Optional, Union
import dotenv
from pydantic import BaseSettings, Field, validator
APP_VERSION = "v0.4.2"
APP_VERSION = "v0.4.3"
DB_VERSION = "v0.4.0"
CWD = Path(__file__).parent