From 17ea895acfb00bab378dd97d08cb8f055c476cc4 Mon Sep 17 00:00:00 2001 From: Sotetsu KOYAMADA Date: Tue, 3 Dec 2024 15:48:43 +0900 Subject: [PATCH] [Release] v2.5.0 (#1295) --- pgx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgx/__init__.py b/pgx/__init__.py index 0a43c080b..e75b0a982 100644 --- a/pgx/__init__.py +++ b/pgx/__init__.py @@ -4,7 +4,7 @@ from pgx._src.visualizer import save_svg, save_svg_animation, set_visualization_config from pgx.core import Env, EnvId, State, available_envs, make -__version__ = "2.5.0rc1" +__version__ = "2.5.0" __all__ = [ # types