From cd4b60cc9f74477700e80e9ecb6fb65fc72e9926 Mon Sep 17 00:00:00 2001 From: "artem.golovin" Date: Wed, 13 Nov 2024 19:35:43 +0400 Subject: [PATCH] Change version to 1.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2bb7c12..85337a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "alembic-postgresql-enum" -version = "1.3.1" +version = "1.4.0" description = "Alembic autogenerate support for creation, alteration and deletion of enums" authors = ["RustyGuard"] license = "MIT"