From 8a9e1f7492d91cb6d91d776e7c01d38b1220dbae Mon Sep 17 00:00:00 2001 From: Hanjin Liu Date: Mon, 16 Oct 2023 12:16:32 +0900 Subject: [PATCH] bump version to 2.3.1 --- impy/__init__.py | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/impy/__init__.py b/impy/__init__.py index 6130822..1fb3c2a 100644 --- a/impy/__init__.py +++ b/impy/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.3.0" +__version__ = "2.3.1" __author__ = "Hanjin Liu" __email__ = "liuhanjin-sc@g.ecc.u-tokyo.ac.jp" diff --git a/pyproject.toml b/pyproject.toml index 509f4e2..acc2ab1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", ] authors = [ { name = "Hanjin Liu", email = "liuhanjin-sc@g.ecc.u-tokyo.ac.jp" },