From 783dec30f6c9b1f9491fc93456326449687672b8 Mon Sep 17 00:00:00 2001 From: Nathan Simpson Date: Fri, 4 Aug 2023 11:28:55 +0100 Subject: [PATCH] Update version to 0.4.0 --- src/relaxed/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/relaxed/__init__.py b/src/relaxed/__init__.py index 8cb4479..ef85934 100644 --- a/src/relaxed/__init__.py +++ b/src/relaxed/__init__.py @@ -7,7 +7,7 @@ from __future__ import annotations -__version__ = "0.3.0" +__version__ = "0.4.0" __all__ = ( "__version__",