diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-02-16 21:12:34 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-02-16 21:12:34 -0500 |
commit | 0cbcb7e0595303278ab8fa064f4e6af3974bfc9d (patch) | |
tree | fa7cebb2cab2611c6aff843416ac69c0ea0aa815 /coverage/version.py | |
parent | a152214353a7db504477ba6e4e78ef54d318fd37 (diff) | |
download | python-coveragepy-git-0cbcb7e0595303278ab8fa064f4e6af3974bfc9d.tar.gz |
Scooch the version to a6
Diffstat (limited to 'coverage/version.py')
-rw-r--r-- | coverage/version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/version.py b/coverage/version.py index 304a54c3..526634c4 100644 --- a/coverage/version.py +++ b/coverage/version.py @@ -1,7 +1,7 @@ """The version and URL for coverage.py""" # This file is exec'ed in setup.py, don't import anything! -__version__ = "4.0a5" # see detailed history in CHANGES.txt +__version__ = "4.0a6" # see detailed history in CHANGES.txt __url__ = "https://coverage.readthedocs.org" if max(__version__).isalpha(): |