From d6e9f3a92ddcba3b1f1dac4aa3ff15c90307543d Mon Sep 17 00:00:00 2001 From: Dmitry Dobrynin Date: Mon, 1 Apr 2024 22:05:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20(project):=20Bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- meringue/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meringue/__init__.py b/meringue/__init__.py index f328296..926e53a 100644 --- a/meringue/__init__.py +++ b/meringue/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.2.0.dev3" +__version__ = "1.2.0.dev4" """ To update the version, use [hatch version](https://hatch.pypa.io/latest/version/#updating)