diff --git a/pyproject.toml b/pyproject.toml index 22c9814..e563173 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,12 @@ [tool.poetry] name = "segy" -version = "0.0.5" +version = "0.0.6" description = "The Ultimate Python SEG-Y I/O with Cloud Support and Schemas" authors = ["TGS "] maintainers = [ "Altay Sansal ", ] +license = "Apache-2.0" readme = "README.md" repository = "https://github.com/TGSAI/segy" documentation = "https://segy.readthedocs.io"