From 2ae3e0795c5100d4412972936c3b681ce0df4712 Mon Sep 17 00:00:00 2001 From: Emanuele Palazzetti Date: Thu, 24 Aug 2023 14:08:54 +0200 Subject: [PATCH] Bump version 0.4.0 (#89) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8cfa9ce..41fa973 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "Programming Language :: Python :: 3.8", ] -VERSION = "0.4.0.dev2" +VERSION = "0.4.0" # What packages are required for this module to be executed? REQUIRES_PYTHON = ">=3.5.0"