diff options
-rw-r--r-- | coverage/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/__init__.py b/coverage/__init__.py index 49043a40..b2ba4da8 100644 --- a/coverage/__init__.py +++ b/coverage/__init__.py @@ -3,8 +3,8 @@ Ned Batchelder http://nedbatchelder.com/code/modules/coverage.html -TODO: more. """ +# TODO: more in the docstring. __version__ = "3.0b3" # see detailed history in CHANGES |