From 62c91e01939870406fdc0f8f0ce6899d04e8262d Mon Sep 17 00:00:00 2001 From: Altay Sansal Date: Wed, 20 Nov 2024 18:04:39 -0600 Subject: [PATCH] bump minor version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 12258e5..7a09c79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "segy" -version = "0.2.3" +version = "0.3.0" description = "The Ultimate Python SEG-Y I/O with Cloud Support and Schemas" authors = ["TGS "] maintainers = ["Altay Sansal "]