bump version

This commit is contained in:
hay-kot 2021-04-03 11:23:09 -08:00
commit 782e6e513c
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

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