From ee25d42322c4c58847859ed2afb1795cf7fc0adc 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: Tue, 12 Sep 2023 15:29:10 +0900 Subject: [PATCH] [Releases] v1.4.0 (#1035) --- pgx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgx/__init__.py b/pgx/__init__.py index 20c7dad44..c40a796f3 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.3" +__version__ = "1.4.0" __all__ = [ # v1 api components