From 2875fc6187dccd6946bd2354e2d0021b843dd5c1 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Wed, 1 Nov 2023 22:07:15 +0100 Subject: [PATCH] requirements.txt update and added __VERSION__. (0.0.1) --- requirements.txt | 1 - spacetray.py | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 78806bd..d78b713 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1 @@ -pycairo==1.25.1 pygobject==3.46.0 \ No newline at end of file diff --git a/spacetray.py b/spacetray.py index b1bd32c..4b23621 100755 --- a/spacetray.py +++ b/spacetray.py @@ -9,6 +9,8 @@ from gi.repository import Gtk gi.require_version('AppIndicator3', '0.1') from gi.repository import AppIndicator3 +__VERSION__ = "0.0.1" + def menuitem_response(w, buf): print(buf)