From 8a381df9330a52296fadbac7a3acecff11c15e94 Mon Sep 17 00:00:00 2001 From: RedBearAK <64876997+RedBearAK@users.noreply.github.com> Date: Wed, 25 Sep 2024 19:26:38 -0800 Subject: [PATCH] Version bump (for Ptyxis addition) --- toshy_tray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toshy_tray.py b/toshy_tray.py index db0364a..83cbbbb 100755 --- a/toshy_tray.py +++ b/toshy_tray.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -__version__ = '20240915' +__version__ = '20240925' # Indicator tray icon menu app for Toshy, using pygobject/gi TOSHY_PART = 'tray' # CUSTOMIZE TO SPECIFIC TOSHY COMPONENT! (gui, tray, config)