From b4877d4b4352989ab69ee5b031cb40818d1a5111 Mon Sep 17 00:00:00 2001 From: Yexiang Date: Tue, 21 Jan 2025 20:29:46 -0500 Subject: [PATCH] v1.0.7 release --- opstool/__about__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opstool/__about__.py b/opstool/__about__.py index 382021f..9e604c0 100644 --- a/opstool/__about__.py +++ b/opstool/__about__.py @@ -1 +1 @@ -__version__ = "1.0.6" +__version__ = "1.0.7" diff --git a/pyproject.toml b/pyproject.toml index 9ce39da..20f3442 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "opstool" -version = "1.0.6" +version = "1.0.7" description = "opstool: A Python package for structural analysis and visualization using OpenSeesPy" authors = ["Yexiang Yan "] repository = "https://github.com/yexiang1992/opstool"