From 2a3621707c54e7c66f150e377f2f2140a55aac49 Mon Sep 17 00:00:00 2001 From: Garrett Barter Date: Thu, 14 Dec 2023 17:22:11 -0700 Subject: [PATCH] prep metadata for the next tagged release --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c8c59d0..2a703a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "OpenRAFT" -version = "1.1.1" +version = "1.2.0" description = "RAFT: Response Amplitudes of Floating Turbines" readme = "README.md" requires-python = ">=3.9" @@ -38,6 +38,7 @@ classifiers = [ # Optional "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3 :: Only", "Operating System :: OS Independent",