From d43b3fff39a3ff24c578d294b678bbfd0e3a102a Mon Sep 17 00:00:00 2001 From: Daniel Roy Greenfeld Date: Tue, 26 Sep 2023 16:24:05 +0100 Subject: [PATCH] Release 0.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 781610d..a545491 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dj_notebook" -version = "0.2.1" +version = "0.2.2" description = "A Jupyter notebook with access to objects from the Django ORM is a powerful tool to introspect data and run ad-hoc queries." readme = "README.md" authors = [