From c2b9fda505e240af5735dd2c6e5e8f8fdf8802ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sotetsu=20KOYAMADA=EF=BC=88=E5=B0=8F=E5=B1=B1=E7=94=B0?= =?UTF-8?q?=E5=89=B5=E5=93=B2=EF=BC=89?= Date: Thu, 31 Aug 2023 14:54:07 +0900 Subject: [PATCH] [Releases] v1.3.2 (#1028) --- pgx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgx/__init__.py b/pgx/__init__.py index c9415350c..886b56ea6 100644 --- a/pgx/__init__.py +++ b/pgx/__init__.py @@ -7,7 +7,7 @@ ) from pgx.v1 import Env, EnvId, State, available_envs, make -__version__ = "1.3.1" +__version__ = "1.3.2" __all__ = [ # v1 api components