diff --git a/scipy_doctest/__init__.py b/scipy_doctest/__init__.py index 16af204..c8124d0 100644 --- a/scipy_doctest/__init__.py +++ b/scipy_doctest/__init__.py @@ -3,7 +3,7 @@ """ -__version__ = "1.6dev0" +__version__ = "1.6" try: # register internal modules with pytest; obscure errors galore otherwise