diff --git a/volctl/meta.py b/volctl/meta.py index 276d38d..87057ac 100644 --- a/volctl/meta.py +++ b/volctl/meta.py @@ -1,7 +1,7 @@ """Version string used by program and setup.py (using regex parsing).""" from gi.repository import Gtk -VERSION = "0.9.3" +VERSION = "0.9.4" PROGRAM_NAME = "Volume Control" COPYRIGHT = "(c) buzz" LICENSE = Gtk.License.GPL_2_0