From fa7626e075494b63d2cac3eaae72ad3f7fb020aa Mon Sep 17 00:00:00 2001 From: rusty Date: Sat, 30 Sep 2023 19:53:03 +0400 Subject: [PATCH] Bump package version to 0.1.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40e6956..758041e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "alembic-postgresql-enum" -version = "0.1.8" +version = "0.1.9" description = "Alembic autogenerate support for creation, alteration and deletion of enums" authors = ["RustyGuard"] license = "MIT"