From c3368e203d98b305a985799f80b6e4a89185ae3d Mon Sep 17 00:00:00 2001 From: Mark Towers Date: Tue, 22 Oct 2024 10:06:05 +0100 Subject: [PATCH] Increment version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ad1ff74..d4767c9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="Farama-Notifications", - version="0.0.4", + version="0.0.5", author="Jordan Terry", author_email="Jkterry@farama.org", description="Notifications for all Farama Foundation maintained libraries.",