From 4dadb9ab49529ccdfd4bc7a23f0d799051b24757 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 18 Sep 2009 10:18:28 -0400 Subject: More progress on multi-head kits, though I'm not sure it will work. --- coverage/version.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 coverage/version.py (limited to 'coverage/version.py') diff --git a/coverage/version.py b/coverage/version.py new file mode 100644 index 00000000..45f1b328 --- /dev/null +++ b/coverage/version.py @@ -0,0 +1,6 @@ +"""Coverage.py version number.""" + +# Because this file is imported by setup.py, which must run unchanged in both +# Python 2.x and 3.x, this file must be kept simple enough to run under both. + +__version__ = "3.1b1" # see detailed history in CHANGES.txt -- cgit v1.2.1