From 39e6560f8fa1dba3281d8302c1585cdce0889c43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikul=C3=A1=C5=A1=20Poul?= Date: Sat, 8 Jun 2024 13:23:46 +0100 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef0444e..f422f5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-pgviews-redux" -version = "0.9.5" +version = "0.10.0" description = "Create and manage Postgres SQL Views in Django" authors = ["Mikuláš Poul "] readme = "README.md"