Description: Add in proper version instead of an empty variable. The corresponding
 upstream commit that implements this change has also vanished.
Author: Nilesh Patra <nilesh@debian.org>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1030451
Forwarded: not-needed
Last-Update: 2023-02-05
--- a/pytray/version.py
+++ b/pytray/version.py
@@ -1,4 +1,4 @@
 # -*- coding: utf-8 -*-
-__version__ = "${version}"
+__version__ = "0.3.5"
 
 __all__ = ("__version__",)
