From ff7321d70af4f4c12abc505074ead8e605d0c424 Mon Sep 17 00:00:00 2001 From: Altay Sansal Date: Thu, 3 Oct 2024 11:05:30 -0500 Subject: [PATCH] release `0.2.3` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 94c19e6..60589bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "segy" -version = "0.2.2" +version = "0.2.3" description = "The Ultimate Python SEG-Y I/O with Cloud Support and Schemas" authors = ["TGS "] maintainers = ["Altay Sansal "]