Bump version to 0.4

This commit is contained in:
2024-02-06 16:17:27 -06:00
parent 752885660d
commit 702824a3b5
2 changed files with 16 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ PYTEST := pytest
PIP := $(PYTHON) -m pip
MYPY := $(PYTHON) -m mypy
PYTEST_ARGS := -W ignore::DeprecationWarning -vv --log-level=DEBUG
VERSION := 0.3
VERSION := 0.4
all: docs test