From 0406abcc5cba3e0308022f52c99795838aabb359 Mon Sep 17 00:00:00 2001 From: Alejandro Fontal Date: Thu, 8 Jun 2023 12:43:34 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.2=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b06008..63aefc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sdcpy" -version = "0.2.2" +version = "0.3.0" description = "Scale Dependent Correlation in Python" authors = ["Alejandro Fontal "] license = "MIT"