diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-18 10:18:28 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-18 10:18:28 -0400 |
commit | b6ba61ff77ae6d5adfe32c79528b0fca7eed9690 (patch) | |
tree | 88a40a810e9530bd26d46800518e48849b8cc3ea /coverage/version.py | |
parent | 81ca06e4f1ea5628d315189bcbf5f4540593f14c (diff) | |
download | python-coveragepy-b6ba61ff77ae6d5adfe32c79528b0fca7eed9690.tar.gz |
More progress on multi-head kits, though I'm not sure it will work.
Diffstat (limited to 'coverage/version.py')
-rw-r--r-- | coverage/version.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/coverage/version.py b/coverage/version.py new file mode 100644 index 0000000..45f1b32 --- /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 |