From 455f8777004f6f95eb8c1230b93662421586a3af Mon Sep 17 00:00:00 2001 From: Artem Golovin Date: Sat, 13 Apr 2024 10:17:03 +0400 Subject: [PATCH] Bump version to 1.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 59eb306..3907f4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "alembic-postgresql-enum" -version = "1.2.0a1" +version = "1.2.0" description = "Alembic autogenerate support for creation, alteration and deletion of enums" authors = ["RustyGuard"] license = "MIT"