From 1861f5387d8454104ef83552045dba3abbea3ae4 Mon Sep 17 00:00:00 2001 From: Alex Kaszynski Date: Mon, 9 Sep 2024 10:06:34 -0600 Subject: [PATCH] bump to v0.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ae7d2b..5275ffa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ description = "Read nodes and elements from LS-DYNA decks." name = "lsdyna-mesh-reader" readme = "README.md" requires-python = ">=3.9" -version = "0.1.dev0" +version = "0.1.0" [project.optional-dependencies] docs = ["pydata-sphinx-theme", "numpydoc", "sphinx", "sphinx-copybutton", "myst-parser"]