From 4c899abdd250917e168cc41f7bcb3835411d0016 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: Mon, 11 Sep 2023 12:09:03 +0900 Subject: [PATCH] [Releases] v1.3.3 (#1033) --- pgx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgx/__init__.py b/pgx/__init__.py index 886b56ea6..20c7dad44 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.2" +__version__ = "1.3.3" __all__ = [ # v1 api components