From 89dc42f558f87330b8ed3a44585ae0db31f2f8a8 Mon Sep 17 00:00:00 2001 From: Spencer Schneider Date: Wed, 23 Oct 2024 14:07:27 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a985c52..a0ee329 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "stjames" -version = "0.0.44" +version = "0.0.45" description = "standardized JSON atom/molecule encoding scheme" readme = "README.md" requires-python = ">=3.11"