From 84e6d2a6a190321b2726b2a269a4106b9b5c4004 Mon Sep 17 00:00:00 2001
From: Michele Nottoli <michele.nottoli@gmail.com>
Date: Tue, 24 Oct 2023 13:46:14 +0200
Subject: [PATCH] Updated version in setup.py.

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index bb17fa0..071229f 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
 
 setup(
     name="grext",
-    version="0.2.0",
+    version="0.4.0",
     packages=find_packages(),
     install_requires=["numpy", "scipy", "pytest"],
     author="Michele Nottoli",
-- 
GitLab