From b72b9d2f3e715d74cdc9bc3c4cb4422355e3d538 Mon Sep 17 00:00:00 2001 From: "Fredrick W. Warren" Date: Mon, 9 Sep 2024 01:09:05 -0600 Subject: [PATCH] update version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 978401b..6cc228e 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ pywmgeneral = Extension('wmdocklib.pywmgeneral', setup( name="pywmdockapps", - version = "$Revision: 1.21 $"[11:-2], + version = "$Revision: 1.99 $"[11:-2], description="This helper functions for windowmaker dockapps\nRead the whole story at http://pywmdockapps.sourceforge.net/", author="Kristoffer Erlandsson & al.", author_email="mfrasca@zonnet.nl",