blob: 45f1b328ff59111d125964d1c32bb318e945049b (
plain)
1
2
3
4
5
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
|