From 4bf53294d3e06f9d5e43767d7422cd18f7f4bf2a Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Tue, 26 Nov 2024 14:10:18 +0000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 22c7006..bc8a8a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ "Programming Language :: Python :: 3.13", "Topic :: Scientific/Engineering :: Physics", ] -version = "2.2.0" +version = "2.3.0" dependencies = [ "numpy>=1.23", "packaging>=21.3",