From 02403b520ba72dbd4c131f5ee9d337c84f3aca7f Mon Sep 17 00:00:00 2001 From: Chirag Jain Date: Thu, 20 Jun 2024 11:01:08 +0530 Subject: [PATCH] bump version --- notipyer/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notipyer/__init__.py b/notipyer/__init__.py index 66a5d3b..7b38f7a 100644 --- a/notipyer/__init__.py +++ b/notipyer/__init__.py @@ -1,6 +1,6 @@ from .credential_handler import credentials -__version__ = '0.3.4' +__version__ = '0.3.5' __name__ = 'Notipyer' __short_desc__ = 'Notification Triggers for Python' __url__ = 'https://github.com/chirag-jn/notipyer'