summaryrefslogtreecommitdiff
path: root/coverage/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/__init__.py')
-rw-r--r--coverage/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/__init__.py b/coverage/__init__.py
index b04523e2..584ae1fe 100644
--- a/coverage/__init__.py
+++ b/coverage/__init__.py
@@ -5,7 +5,7 @@ http://nedbatchelder.com/code/coverage
"""
-__version__ = "3.5.1" # see detailed history in CHANGES.txt
+__version__ = "3.5.2b1" # see detailed history in CHANGES.txt
__url__ = "http://nedbatchelder.com/code/coverage"
if max(__version__).isalpha():