summaryrefslogtreecommitdiff
path: root/coverage/version.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-02-16 21:12:34 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-02-16 21:12:34 -0500
commit0cbcb7e0595303278ab8fa064f4e6af3974bfc9d (patch)
treefa7cebb2cab2611c6aff843416ac69c0ea0aa815 /coverage/version.py
parenta152214353a7db504477ba6e4e78ef54d318fd37 (diff)
downloadpython-coveragepy-git-0cbcb7e0595303278ab8fa064f4e6af3974bfc9d.tar.gz
Scooch the version to a6
Diffstat (limited to 'coverage/version.py')
-rw-r--r--coverage/version.py2
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():