From a23190e43f84c7054ecc8a4538f4d7a318441dbb Mon Sep 17 00:00:00 2001 From: Senthur Date: Mon, 25 Sep 2023 14:00:10 -0400 Subject: [PATCH] Updated PyPI version. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0cd9c62f..ad851a07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "opensourceleg" -version = "1.2.15" +version = "1.2.16" description = "An open-source software library for numerical computation, data acquisition, and control of lower-limb robotic prostheses." readme = "README.md" authors = ["Open-source Leg "]