From 7e3b387648752e33598df9baba94775b64ae53ac Mon Sep 17 00:00:00 2001 From: blag Date: Thu, 2 Nov 2023 00:57:19 -0700 Subject: [PATCH] Bump to 0.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef56b97..7688f93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "django-bigredbutton" -version = "0.2.0" +version = "0.3.0" description = "Django app that offers a big red button to sign out of all other user sessions" authors = ["blag "] readme = "README.md"