From feb6b2db9ec4f2ffc52b5a40ec45ed95ddadefba Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 28 May 2011 17:35:39 +0100 Subject: Add version number into tracing.py. sphinx will dig it out from there, and avoids needs to update it many places. --- tracing.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tracing.py b/tracing.py index 34528da..d84b1fc 100644 --- a/tracing.py +++ b/tracing.py @@ -50,6 +50,8 @@ regular expression matching. ''' +__version__ = '0.4' + import logging import os -- cgit v1.2.1