requirements.txt update and added __VERSION__. (0.0.1)

This commit is contained in:
Johannes Findeisen 2023-11-01 22:07:15 +01:00
commit 2875fc6187
2 changed files with 2 additions and 1 deletions

View file

@ -1,2 +1 @@
pycairo==1.25.1
pygobject==3.46.0

View file

@ -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)